automated commit by check50 [check50=True]
This commit is contained in:
2
12.sql
2
12.sql
@@ -21,7 +21,7 @@ JOIN "expenditures" AS e
|
||||
ON d."id" = e."district_id"
|
||||
JOIN "staff_evaluations" AS s
|
||||
ON d."id" = s."district_id"
|
||||
WHERE d."type" = 'Public School'
|
||||
WHERE d."type" = 'Public School District'
|
||||
AND e."per_pupil_expenditure" > (
|
||||
SELECT AVG("per_pupil_expenditure")
|
||||
FROM "expenditures"
|
||||
|
||||
Reference in New Issue
Block a user