automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-28 16:31:16 +02:00
parent 8225d14c04
commit 695d390571

3
10.sql
View File

@@ -22,6 +22,5 @@ JOIN "performances" AS perf
ORDER BY
p."id" ASC,
s."year" DESC,
perf."year" DESC,
perf."HR" DESC,
s."salary" DESC;