diff --git a/10.sql b/10.sql index e1b8250..89dd169 100644 --- a/10.sql +++ b/10.sql @@ -22,6 +22,6 @@ JOIN "performances" AS perf ORDER BY p."id" ASC, s."year" DESC, - perf."year" DESC + perf."year" DESC, s."salary" DESC;