oracle-记录
Posted 1573=
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle-记录相关的知识,希望对你有一定的参考价值。
同時查新多个条件的数量
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-记录的主要内容,如果未能解决你的问题,请参考以下文章
Client / Server Interoperability Support Matrix for Different Oracle Versions (Doc ID 207303.1)(代码片段