From 7f047c1ea4f14db8877f8e91c2bfde0d5eeaf064 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 27 Apr 2026 17:37:34 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 12.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12.sql b/12.sql index 432c14f..b5542fa 100644 --- a/12.sql +++ b/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"