标签:数据 date 存在 操作 需求 更新 基本操作 god code
db.test_collection.find({y:100})
db.test_collection.update({y:100},{y:999})
db.test_collection.find({y:999})
db.test_collection.update({y:100},{y:999},true)
db.test_collection.find({y:999})
标签:数据 date 存在 操作 需求 更新 基本操作 god code
原文地址:https://www.cnblogs.com/wzndkj/p/9388599.html