Por que usar o GROUP BY? SELECT player_name, player_salary, player_salary*1.1 AS NewSalary FROM players ORDER BY player_salary DESC