在不同数据库和同一集合之间迁移数据?
我需要在db-show2 table-some,table-some-two中迁移db-show1,collections table-some和table-some2的所有数据。
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
有些想法吗?
谢谢!