Skip to content

Commit a77b007

Browse files
authored
Update consecutive-numbers.sql
1 parent c7ef3f0 commit a77b007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MySQL/consecutive-numbers.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Solution 1
2121
# Write your MySQL query statement below
22-
SELECT DISTINCT(Num) AS ConsecutiveNums
22+
SELECT DISTINCT(Num) AS ConsecutiveNums
2323
FROM (
2424
SELECT
2525
Num,

0 commit comments

Comments
 (0)