automated commit by check50 [check50=True]
This commit is contained in:
2
2.sql
2
2.sql
@@ -1,2 +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)";
|
||||
SELECT "name" FROM "districts" WHERE "name" LIKE "%(non-op)";
|
||||
|
||||
Reference in New Issue
Block a user