From e520e001012f2b4b990d7dd7f0a860f8dbac1848 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 12:55:57 +0000 Subject: [PATCH] automated commit by check50 [check50=True] --- 6.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.sql b/6.sql index 594de06..58c9dd6 100644 --- a/6.sql +++ b/6.sql @@ -1,2 +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%"; +SELECT "title" FROM "episodes" WHERE "season" = 6 AND "air_date" LIKE "2007%";