查找数组

db.getCollection("collectionName").find({fieldA:true,fieldB:{$elemMatch:{Level:5,Id:"xxxxxxxx"}}})

你可能感兴趣的:(查找数组)