当前位置:Gxlcms > 数据库问题 > Rising Temperature [MySQL]

Rising Temperature [MySQL]

时间:2021-07-01 10:21:17 帮助过:2人阅读

w1.Id from Weather w1, Weather w2 where TO_DAYS(w1.Date)-TO_DAYS(w2.Date)=1 and w1.Temperature > w2.Temperature;

 

Rising Temperature [MySQL]

标签:

人气教程排行