/ Published in: JavaScript
Expand |
Embed | Plain Text
db.coll1.find().forEach( function(x){db.coll2.insert(x)} )
You need to login to post a comment.
db.coll1.find().forEach( function(x){db.coll2.insert(x)} )
You need to login to post a comment.