automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-27 17:37:34 +02:00
parent 149b9da6df
commit 7f047c1ea4

2
12.sql
View File

@@ -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"