一阶段练习笔记
- year(字段)取日期字段 年份
- Month(字段)取日期字段 月份
- subtring_index(字段,",",-1) 取指结尾定字符后面所有的字符串
- if(判断,真,假)
- distinct()去重
- count()统计总记录
- sum()求和
- case when 判断 then
-
给值
-
when 判断 then
-
给值
-
else 给值 end 字段别名
- order by 排序 默认为升序,desc 降序
- group by 分组
- having 分组后过滤
给值
when 判断 then
给值
else 给值 end 字段别名