时间:2021-07-01 10:21:17 帮助过:23人阅读
1、日期转换
2、函数
3、case when
4、重复记录查询
select * from tablename where 重复字段1,重复字段2 in
(select 重复字段1,重复字段2 from tablename group by 重复字段1,重复字段2 having count(*)>1)
5、批量造数据
6、创建视图
测试实用sql
标签:日期 函数 实用 字段 日期转换 cas from 批量 数据