私は完全なモンゴ初心者です。私はMac用のmongoハブを使用しています。次のjsonをクエリする必要があります-
{ "_id" : ObjectId( "abcd" ),
"className" : "com.myUser",
"reg" : 12345,
"test" : [
{ "className" : "com.abc",
"testid" : "pqrs" } ] }
testidがpqrsであるレコードを検索します。どうすればいいですか?
私は完全なモンゴ初心者です。私はMac用のmongoハブを使用しています。次のjsonをクエリする必要があります-
{ "_id" : ObjectId( "abcd" ),
"className" : "com.myUser",
"reg" : 12345,
"test" : [
{ "className" : "com.abc",
"testid" : "pqrs" } ] }
testidがpqrsであるレコードを検索します。どうすればいいですか?