I have the following query to get the number of wins for a football team:
SELECT IF(grouping(team) IS TRUE, \'All\', team) AS team, sum(wins)