MongoDb 使用总结

1. updateMany的$set和字段都需要增加 双引号

db.Tags.updateMany({}, {"$set": {"TagType": 1}})

posted @ 2020-02-18 12:08  静思长远  阅读(93)  评论(0)    收藏  举报