码迷,mamicode.com
首页 > 数据库 > 详细

oracle-记录

时间:2018-08-13 13:59:33      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:acl   _id   backup   sse   result   solution   mon   sum   info   

同時查新多个条件的数量

select sum(DECODE(trim(t.ASSESSED_RESULT),‘维持‘,1,0)) maintainNum,
sum(DECODE(trim(t.ASSESSED_RESULT),‘晋升‘,1,0)) upNum,
sum(DECODE(trim(t.ASSESSED_RESULT),‘降级‘,1,0)) degradeNum,
sum(DECODE(trim(t.ASSESSED_RESULT),‘终止合同‘,1,0)) dissolutionNum
from t_AssessResultInfo t, t02salesinfo_backup s
where s.team_id=#{teamId} and t.sales_code=s.sales_code and s.channel_id=#{channelId} and s.year_month=#{month}
and s.year_month=t.stat_month


oracle-记录

标签:acl   _id   backup   sse   result   solution   mon   sum   info   

原文地址:https://www.cnblogs.com/jjSmileEveryDay/p/9467345.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!