摘要: CASE WHEN THEN随手练,就当做练习指法吧 --drop table tbStudent GO Create table tbStudent( studentId int identity(1,1), fSex varchar(12), fProvince varchar(32) ) GO 阅读全文
posted @ 2020-06-07 13:59 CDPJ 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 综合练习: PIVOT、UNPIVOT、GROUPING SETS、GROUPING_ID 问题1:Desired output: empid cnt2007 cnt2008 cnt2009 1 1 1 1 2 1 2 1 3 2 0 2 问题2: Desired output: empid ord 阅读全文
posted @ 2020-06-07 12:19 CDPJ 阅读(178) 评论(0) 推荐(0) 编辑