Skip to content

Instantly share code, notes, and snippets.

@anapaulagomes
Last active November 22, 2016 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anapaulagomes/e6ce97efad0b2cb49fc6 to your computer and use it in GitHub Desktop.
Save anapaulagomes/e6ce97efad0b2cb49fc6 to your computer and use it in GitHub Desktop.
Count unique records according to parameters - MongoDB
db.checkins.distinct('name', {city: 'london', class: 'resident'}).length;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment