bot50
2026-04-13 13:12:30 +00:00
commit 473d651d76
13 changed files with 19 additions and 0 deletions

2
6.sql Normal file
View File

@@ -0,0 +1,2 @@
-- list the titles of episodes from season 6 (2008) that were released early, in 2007.
SELECT "title" FROM "episodes" WHERE "season" = 6 AND "air_date" LIKE "2007%";