标签: mongodb
db.coll.update({},{$set:{deleted: 0}}); > WriteResult({ "nMatched" : 1, "nUpserted" : 0, "nModified" : 0 })
只更新了一个和第一个文档。
为什么不更新每份文件?