You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select distinct day2.id as 'Id' from Weather day1, Weather day2 where DATEDIFF(day2.recordDate,day1.recordDate)=1 and day1.temperature <day2.temperature;