MSSQL PIVOT 实现行列转置
摘要:
create table #temp ( ProdStep varchar(40), ModuleStatus varchar(40), Cnt int ); insert into #temp values('DA','CannotMeet',4); insert into #te... 阅读全文
posted @ 2015-04-30 09:44 遗失的星空 阅读(569) 评论(0) 推荐(0)
浙公网安备 33010602011771号