sql语句 case和sum 一起出现时怎么显示
展开全部
如果FID是固定的只有1,2,3,4,可以用下面的sql实现 select MID, sum(case when fid = 1 then score else null end) score1, sum(case when fid = 2 then score else null end) score2, sum(case when fid = 3 then score else null end) score3, sum(case when fid = 4 then score else null end) score4 from tablename group by MID
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询