Skip to content

Instantly share code, notes, and snippets.

@KattyaCuevas
Created November 13, 2014 17:19
Show Gist options
  • Save KattyaCuevas/5c8ec142e3b9b9f7dc1e to your computer and use it in GitHub Desktop.
Save KattyaCuevas/5c8ec142e3b9b9f7dc1e to your computer and use it in GitHub Desktop.
db.users.find(
{ age: { $gt: 18 } },
{ name: 1, address: 1 }
).limit(5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment