我有一个 JSON 文档,例如
{
"branch": [
{
"section": [
{
"sub": "edc",
"time": "one hour",
"frequency": "3"
},
{
"sub": "bee",
"time": "two hours",
"frequency": "4"
}
]
},
{
"section": [
{
"sub": "ss",
"time": "one hour",
"frequency": "2"
},
{
"sub": "ms",
"time": "two hours",
"frequency": "5"
}
]
}
]
}
现在我想删除
{
"sub": "edc",
"time": "one hour",
"frequency": "3"
}
"sub":"edc"
从以下集合中使用
我希望查询在 mongo db 中执行更改