automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-27 17:18:38 +02:00
parent 50306459f4
commit 2607da6e7c

2
11.sql
View File

@@ -11,4 +11,4 @@ JOIN "expenditures" AS e
ON d."id" = e."district_id"
JOIN "graduation_rates" AS g
ON s."id" = g."school_id"
ORDER BY e."per_pupil_expenditure" DESC, d."name" ASC;
ORDER BY e."per_pupil_expenditure" DESC, s."name" ASC;