Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gdonega/7fc9a3bfc74e4f3f6019d070cf688ef1 to your computer and use it in GitHub Desktop.
Save gdonega/7fc9a3bfc74e4f3f6019d070cf688ef1 to your computer and use it in GitHub Desktop.
db.getCollection("empresas").aggregate([
{$group:{_id: "$municipio", count: { $sum: 1 }}},
{$sort: { _id: 1}}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment