1285. Find the Start and End Number of Continuous Ranges
https://leetcode.com/problems/find-the-start-and-end-number-of-continuous-ranges
Description
Table: Logs
Since some IDs have been removed from Logs
. Write an SQL query to find the start and end number of continuous ranges in table Logs
.
Order the result table by start_id
.
The query result format is in the following example:
ac
Previous1284. Minimum Number of Flips to Convert Binary Matrix to Zero MatrixNext1286. Iterator for Combination
Last updated