bot50
2026-04-13 13:27:27 +00:00
commit 5ad0e568f9
13 changed files with 28 additions and 0 deletions

2
12.sql Normal file
View File

@@ -0,0 +1,2 @@
-- count the number of unique episode titles.
SELECT COUNT(DISTINCT "title") FROM "episodes";