SQL/MongoDB

mongo db 배열의 개수 확인하기

SSaMKJ 2016. 3. 28. 12:26

mongo db 배열의 개수 확인하기



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