automated commit by check50 [check50=True]
This commit is contained in:
2
6.sql
2
6.sql
@@ -1,2 +1,2 @@
|
|||||||
-- list the titles of episodes from season 6 (2008) that were released early, in 2007.
|
-- 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%";
|
SELECT "title" FROM "episodes" WHERE "season" = 6 AND "air_date" LIKE "2007%";
|
||||||
|
|||||||
Reference in New Issue
Block a user