Created
May 23, 2017 08:08
-
-
Save aswad32/a8742f149ffaba4ea2d3a52a5147e85d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.[CollectionName].find().forEach(function(d){ db.getSiblingDB([Database])[CollectionName].insert(d); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not working. Getting [2020-10-07 17:31:22] java.lang.Exception: TypeError: Right-hand-side of instanceof is not an object