Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c65e2a2

Browse files
the1Riddlerezzcode
andauthored
consecutive-numbers
Co-authored-by: the-1Riddle <elv.s.earl@gmail.com>
1 parent 6cb4fd5 commit c65e2a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MySQL/consecutive-numbers.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
/** this is a ms sql script **/
77

8-
/* Write your T-SQL query statement below */
9-
108
/* Write your T-SQL query statement below */
119
SELECT DISTINCT l1.num AS ConsecutiveNums
1210
FROM Logs l1, Logs l2, Logs l3

0 commit comments

Comments
 (0)