摘要:
db.getCollection('a').renameCollection("b"); db.getCollection('a').find({}, {_id: 0}).forEach(doc => db.getCollection('b').insert(doc)); db.getCollect 阅读全文
posted @ 2019-07-17 17:34
tonggc1668
阅读(546)
评论(0)
推荐(0)