automated commit by check50 [check50=True]
This commit is contained in:
3
10.sql
3
10.sql
@@ -4,5 +4,6 @@ SELECT d."name", e."per_pupil_expenditure"
|
|||||||
FROM "expenditures" AS e
|
FROM "expenditures" AS e
|
||||||
JOIN "districts" AS d
|
JOIN "districts" AS d
|
||||||
ON e."district_id" = d."id"
|
ON e."district_id" = d."id"
|
||||||
ORDER BY "per_pupil_expenditure" DESC
|
WHERE d."type" = 'Public School District'
|
||||||
|
ORDER BY e."per_pupil_expenditure" DESC
|
||||||
LIMIT 10;
|
LIMIT 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user