2015-08-12

MongoDB - Find (select) documents where a field value is a string

db.COLLECTION_NAME.find( { FIELD_NAME:{$type:2} } );

No comments:

Post a Comment