摘要: 1、union 与 union all的区别:union会对查询到的数据进行去重,union all 则会保存所有查询到的结果 2、group by 1,2 表示:第一列、第二列属性 3、count(1) 和count(date)和count(*) 区别:count(1)和count(*)均表示代码 阅读全文
posted @ 2022-10-23 22:32 大哥的小虎牙 阅读(25) 评论(0) 推荐(0)