SELECT player_id, SUM(points) as points FROM results WHERE pool_id = '7' GROUP BY player_id WITH ROLLUP LIMIT 7