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"
|
ON d."id" = e."district_id"
|
||||||
JOIN "staff_evaluations" AS s
|
JOIN "staff_evaluations" AS s
|
||||||
ON d."id" = s."district_id"
|
ON d."id" = s."district_id"
|
||||||
WHERE d."type" = 'Public School'
|
WHERE d."type" = 'Public School District'
|
||||||
AND e."per_pupil_expenditure" > (
|
AND e."per_pupil_expenditure" > (
|
||||||
SELECT AVG("per_pupil_expenditure")
|
SELECT AVG("per_pupil_expenditure")
|
||||||
FROM "expenditures"
|
FROM "expenditures"
|
||||||
|
|||||||
Reference in New Issue
Block a user