【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 |
相關文章
相關標籤/搜索