摘要: 需求 查询小时气象表中 同一日期、同一城市、同意检测站点 首要污染物出现次数最多的记录 第一步: 添加 排序字段 select StationID,RecordDate,CityID,Primary_Pollutant,ROW_NUMBER() over(partition by StationID 阅读全文
posted @ 2019-04-16 16:30 hao_1234_1234 阅读(6435) 评论(0) 推荐(0)
摘要: 来源:https://blog.csdn.net/jiangnanqbey/article/details/81304834 1*.需求 将表(Ws_FormMain)的字段(order_Number)内容为XSRK201706080001修改为WXSK201706080001 update 表名 阅读全文
posted @ 2019-04-16 16:10 hao_1234_1234 阅读(24239) 评论(0) 推荐(1)