Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sourabhbagrecha/c49728356e1f869d7e46408429e6650e to your computer and use it in GitHub Desktop.
Save sourabhbagrecha/c49728356e1f869d7e46408429e6650e to your computer and use it in GitHub Desktop.
[
{
"$group": {
"_id": "$batsman",
"total_runs": {
"$sum": "$batsman_runs"
}
}
},
{
"$sort": {
"total_runs": -1
}
},
{
"$limit": 20
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment