Painting Blue Code
Simple, self-explanatory code snippets.
2015-08-12
MongoDB - Retrieve docs where a given field ends with a certain letter (regex)
db.COLLECTION_NAME.find( { FIELD_NAME:{ $regex:"e$" } } );
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment