Skip to content

Instantly share code, notes, and snippets.

@deepaksisodiya
Created May 3, 2015 09:33
mongoDB 13
db.items.find({ type : 'veg', $or : [ { name : 'daal'}, {name : 'rice'} ] });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment