大数据第39天—Mysql练习题10-上升的温度-杨大伟
摘要:
需求:编写一个 SQL 查询,来查找与之前(昨天的)日期相比温度更高的所有日期的 Id。 1 Create table If Not Exists Weather (Id int, RecordDate date, Temperature int); 2 3 insert into Weather 阅读全文
posted @ 2020-08-16 14:50 浪子逆行 阅读(166) 评论(0) 推荐(0) 编辑