What query should I use if I want a list of top goal scorers. Here is an SQLFiddle.
The result should be:
player_id | goals
1 5
2 2
3 1
What query should I use if I want a list of top goal scorers. Here is an SQLFiddle.
The result should be:
player_id | goals
1 5
2 2
3 1