# Write your MySQL query statement below select a.id from Weather a, Weather b where a.Temperature > b.Temperature and datediff(a.recordDate,b.recordDate)=1

# Write your MySQL query statement below select a.id from Weather a, Weather b where a.Temperature > b.Temperature and datediff(a.recordDate,b.recordDate)=1