mongo shell

db.commonFS.chunks.find({"files_id" : ObjectId("5355e6f645cee14174773f03")})


umongo

{"files_id" : { "$oid" : "5355e6f645cee14174773f03"}}

oid는 files collection의 _id

'DB > MongoDB' 카테고리의 다른 글

mongodb - save, insert  (0) 2014.05.08
mongo - v2.6 error  (0) 2014.04.25
mongodb - $in, $all  (0) 2014.04.16
mongodb - array(list) update  (0) 2014.04.05
mongodb - $all, list/array에서 검색  (0) 2014.03.21
Posted by linuxism
,