Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sourabhbagrecha/c99e935d90cb57c9874b0929ebd5383d to your computer and use it in GitHub Desktop.
Save sourabhbagrecha/c99e935d90cb57c9874b0929ebd5383d to your computer and use it in GitHub Desktop.
[
{
"$match": {
"extra_runs": { "$gt": 0 }
}
},
{
"$group": {
"_id": "$extras_type",
"runs": {
"$sum": "$extra_runs"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment