bot50
2026-04-13 12:46:19 +00:00
commit 4fb4bb6b1b
13 changed files with 10 additions and 0 deletions

2
4.sql Normal file
View File

@@ -0,0 +1,2 @@
-- write a query to find the titles of episodes that do not yet have a listed topic.
SELECT "title" FROM "episodes" WHERE "topic" IS NULL;