automated commit by check50 [check50=True]
This commit is contained in:
2
11.sql
2
11.sql
@@ -11,4 +11,4 @@ JOIN "expenditures" AS e
|
|||||||
ON d."id" = e."district_id"
|
ON d."id" = e."district_id"
|
||||||
JOIN "graduation_rates" AS g
|
JOIN "graduation_rates" AS g
|
||||||
ON s."id" = g."school_id"
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user