关于SQL的sum多条件计算 求教高手
1个回答
展开全部
select name,
sum (case when sort1=1 and sort2=0 then num end) a,
sum (case when sort1=1 and sort2=1 then num end) b,
sum (case when sort1=2 and sort2=0 then num end) c,
sum (case when sort1=2 and sort2=1 then num end) d
from table1 group by name
我这测试了可以的!
sum (case when sort1=1 and sort2=0 then num end) a,
sum (case when sort1=1 and sort2=1 then num end) b,
sum (case when sort1=2 and sort2=0 then num end) c,
sum (case when sort1=2 and sort2=1 then num end) d
from table1 group by name
我这测试了可以的!
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询