【leetcode Database】180. Consecutive Numbers

题目:sql Write a SQL query to find all numbers that appear at least three times consecutively.app +----+-----+ | Id | Num | +----+-----+ | 1 | 1 | | 2 | 1 | | 3 | 1 | | 4 | 2 | | 5 | 1 |
相关文章
相关标签/搜索