automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-28 16:28:03 +02:00
parent 4e05ce78d2
commit 8225d14c04

2
10.sql
View File

@@ -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;