Skip to content

Instantly share code, notes, and snippets.

@danared
Created November 2, 2015 18:07
Show Gist options
  • Save danared/746ba29e35983f3e640d to your computer and use it in GitHub Desktop.
Save danared/746ba29e35983f3e640d to your computer and use it in GitHub Desktop.
db.homeSales.aggregate([
{$match: {
amount: {$gte:3000000}}
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment