mirror of
https://github.com/devenperez/leetcode.git
synced 2026-06-13 14:57:08 +00:00
Time: 714 ms (79.82%), Space: 0B (100.00%) - LeetHub
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
# Write your MySQL query statement below
|
||||||
|
SELECT today.id
|
||||||
|
FROM Weather today
|
||||||
|
JOIN Weather yesterday ON today.recordDate = DATE_ADD(yesterday.recordDate, INTERVAL 1 DAY)
|
||||||
|
WHERE yesterday.temperature < today.temperature
|
||||||
Reference in New Issue
Block a user