automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-23 15:24:43 +02:00
parent a86988bbe3
commit 0870d731c7

2
2.sql
View File

@@ -0,0 +1,2 @@
-- write a SQL query to find the names of districts that are no longer operational.
SELECT * FROM "districts" WHERE "name" LIKE "%(non-op)";