We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ef3f0 commit a77b007Copy full SHA for a77b007
1 file changed
MySQL/consecutive-numbers.sql
@@ -19,7 +19,7 @@
19
20
# Solution 1
21
# Write your MySQL query statement below
22
-SELECT DISTINCT(Num) AS ConsecutiveNums
+SELECT DISTINCT(Num) AS ConsecutiveNums
23
FROM (
24
SELECT
25
Num,
0 commit comments