在mongos shell中,我将如何通过并将每个文档更改reviews.category为"类别2"
我的文件结构:
{
"_id": ObjectId("4fb3f443b1445d24fc000000"),
"reviews": {
"0": {
"category": "category 1"
},
"1": {
"category": "category 1"
},
"2": {
"category": "category 1"
},
"3": {
"category": "category 1"
}
}
}
Run Code Online (Sandbox Code Playgroud) mongodb ×1