{
"_id" : ObjectId("510902fb7995fe3504000002"),
"name" : "Gym",
"status" : "1",
"whichs" : [
{
"name" : "American",
"status" : "1"
}
]
}
上記は私のコレクションオブジェクトです. which.name を「Indian」に更新したいのですが、 which.status = 1.. これを行うためのmongoDBクエリを手伝ってください..