时间:2021-07-01 10:21:17 帮助过:3人阅读
②、结果
3、分组不同列显示同一列
①、sql
select Name ,max( case when Type=1 then 1 else 0 end )Type1 ,max( case when Type=2 then 2 else 0 end )Type2 ,max( case when Type=3 then 3 else 0 end )Type3 from [WeChatApp].[dbo].[Templates] where Id in (select id from #templet) group by Name;
②、结果
sqlserver 同一列不同数据放到一行不同列
标签:temp image img alt hat int 名称 server sql