automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 12:55:14 +00:00
parent 7fb0a06f49
commit 3f34ca94a9

2
6.sql
View File

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