automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 12:38:12 +00:00
parent 68ef26acda
commit 39e88a12d8

1
4.sql
View File

@@ -1 +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;