SQL Coding Exercise – Consecutive Numbers
Puzzle is taken from https://oj.leetcode.com/problems/consecutive-numbers/ Write a SQL query to find all numbers that appear at least three times consecutively. +----+-----+ | Id | Num | +----+-----+ | 1 …