automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-27 16:45:42 +02:00
parent 5d5be6918b
commit 42e2067707
2 changed files with 8 additions and 1 deletions

1
8.sql
View File

@@ -3,4 +3,3 @@ SELECT d."name", e."pupils"
FROM "expenditures" AS e
JOIN "districts" AS d
ON e."district_id" = d."id";
-- WHERE d."name" = 'Cambridge';