Skip to content

Commit ab4b7a6

Browse files
author
James Quinlan
authored
Update sql6-8.sql
1 parent bad140d commit ab4b7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql6-8.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ FROM
1414
Flights
1515
WHERE
1616
origin = 'JFK' AND month = 12
17-
AND day = 25 and dest = 'ORD'
17+
AND day = 25 AND dest = 'ORD'
1818
ORDER BY sched_dep_time limit 1;

0 commit comments

Comments
 (0)