首页 > 数据库 > mysql教程 > oracle统计无记录时写默认值

oracle统计无记录时写默认值

WBOY
发布: 2016-06-07 15:03:04
原创
1356 人浏览过

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入 oracle统计无记录时写默认值 select nvl(max(t1.packagesize),0) from ( select decode(count(t.per_bus_code),0,'1') per_bus_code,decode(count(t.buss_code),0,'1') buss_code,decode(count(t.pe

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入

    oracle统计无记录时写默认值

    select  nvl(max(t1.packagesize),0)

    from (

    select decode(count(t.per_bus_code),0,'1') per_bus_code,decode(count(t.buss_code),0,'1') buss_code,decode(count(t.per_code),0,'1') per_code

    from t_tybook_back_pers_business t

    where t.per_code = 'TY-00000106'

    and t.end_date > sysdate

    and t.start_date

    left join t_tybook_before_business t1 on t.buss_code = t1.code

    group by t.per_code;

oracle统计无记录时写默认值

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板