본문 바로가기
SQL/MongoDB

mongo db 배열의 개수 확인하기

by SSaMKJ 2016. 3. 28.

mongo db 배열의 개수 확인하기



db.accommodations.find( { $where: "this.name.length > 1" } );
/

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

null 삭제  (0) 2016.11.01
mongo db update 방법.  (0) 2016.04.08
mongo db group count 방법  (0) 2016.03.22
MongoDB find array string - 몽고디비 배열 속에 있는 string 찾기  (0) 2015.11.19
Java Mongoldb where not in  (0) 2015.11.12

댓글