그런 세트가 있다고 가정해보세요
<code>{ "_id" : ObjectId("5022518d09248743250688e0"), "name" : "big fruit", "fruits" : [ "apple", "pear", "orange" ] } , { "_id" : ObjectId("502251a309248743250688e1"), "name" : "good fruit", "fruits" : [ "banana", "pear", "orange" ] } , { "_id" : ObjectId("502251c109248743250688e2"), "name" : "good fruit", "fruits" : [ "banana", "apple", "tomato" ] } </code>
그런 세트가 있다고 가정해보세요
PHP에서 RT나 두 문장의 코드를 작성하는 방법
<code>db.coll.find({_id:{$in[ ObjectId("502251a309248743250688e1"), ObjectId("502251c109248743250688e2")]}})</code>
길이가 3인 배열 쿼리
<code>db.coll.find({fruits:{$size:0}})</code>
PHP를 사용하여 구현하는 방법
그런 세트가 있다고 가정해보세요
<code>{ "_id" : ObjectId("5022518d09248743250688e0"), "name" : "big fruit", "fruits" : [ "apple", "pear", "orange" ] } , { "_id" : ObjectId("502251a309248743250688e1"), "name" : "good fruit", "fruits" : [ "banana", "pear", "orange" ] } , { "_id" : ObjectId("502251c109248743250688e2"), "name" : "good fruit", "fruits" : [ "banana", "apple", "tomato" ] } </code>
그런 세트가 있다고 가정해보세요
PHP에서 RT나 두 문장의 코드를 작성하는 방법
<code>db.coll.find({_id:{$in[ ObjectId("502251a309248743250688e1"), ObjectId("502251c109248743250688e2")]}})</code>
길이가 3인 배열 쿼리
<code>db.coll.find({fruits:{$size:0}})</code>
PHP를 사용하여 구현하는 방법