db.collection.findOneAndUpdate () is not returning the “updated” document

前端 未结 0 1626
日久生厌
日久生厌 2020-11-21 16:00

following the official manual,

db.students2.findOneAndUpdate(
   { _id : 1 },
   [ { $set: { "total" : { $sum         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题