MongoDb 使用总结

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

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

原文地址:https://www.cnblogs.com/mailaidedt/p/12325599.html