From 2607da6e7c61043833cfa563bf85a73e2fd95368 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 27 Apr 2026 17:18:38 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 11.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11.sql b/11.sql index af4f093..a0007a7 100644 --- a/11.sql +++ b/11.sql @@ -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;