bot50
2026-04-13 13:15:56 +00:00
commit 985aa40efe
13 changed files with 21 additions and 0 deletions

2
2.sql Normal file
View File

@@ -0,0 +1,2 @@
-- list the season number of, and title of, the first episode of every season.
SELECT "season", "title" FROM "episodes" WHERE "episode_in_season" = 1;