mongo referring to current object value in update

后端 未结 0 563
感动是毒
感动是毒 2021-02-06 01:59

I have a lot of documents with structure:

[{
  foo: [{
    x: 1,
    y: 1,
    z: "foo"
  }, {
    x: 2,
    y: 9,
    z: "bar"
  }]
}]



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