코딩테스트 SQL 코드카나 (Rising Temperature)
·
Daily 코드카타/SQL
문제Rising Temperature - LeetCode Write a solution to find all dates' id with higher temperatures compared to its previous dates (yesterday).Return the result table in any order.The result format is in the following example. Example 1:Input: Weather table:+----+------------+-------------+| id | recordDate | temperature |+----+------------+-------------+| 1 | 2015-01-01 | 10 || 2 | 2015..