Migrate data between different Database and same collection?
I need migrate all data the db-show1,collections table-some, and table-some2 in db-show2 table-some, table-some-two.
show dbs
db-show1
db-show2
use db-show1
show collections
table-some
table-some-two
use db-show2
show collections
table-some
table-some-two
some idea?
thanks!!