文章分类 -  msSQl

摘要:pivot 运算符使用首先我们创建测试表,并且插入相应的数据 create table pivotDemo( id int not null, subjects char(20) not null, score int not null ) insert into pivotDemo values( 阅读全文
posted @ 2020-11-23 16:22 二五树 阅读(204) 评论(0) 推荐(0)