난이도: EASY 문제 링크: Rising Temperature - LeetCode 문제더보기Table: Weather+---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | | recordDate | date | | temperature | int | +---------------+---------+ id is the column with unique values for this table. There are no different rows with the same recordDate. This table contains informatio..