标题:关于CTASI中的SQL查询
取消只看楼主
SIMONYORE
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2010-4-24
 问题点数:0 回复次数:1 
关于CTASI中的SQL查询
这是CTAIS中查询一般纳税人应申报数的SQL语句,有没有高手可以逐行就语法问题解释一下
select      
    substr(nsr_swjg_dm,1,5),count(*)     
from   Sb_Yzcwsbqc  a     
where  to_char(a.nd)=2006      
  and  to_char(a.yf)=7
  and a.zsxm_dm=01
  and a.nsrsbh in(select distinct (nsrsbh)
  from rd_nsrzg_lsxx b
 where b.nsrzg_dm in ('01', '02', '03')
   and exists (select nsrsbh
          from rd_nsrzg c
         where c.nsrsbh = b.nsrsbh
           and c.nsrzg_dm in ('01', '02', '03')
           and c.yxq_q < to_date('20060701', 'yyyymmdd')
           and c.wspzxh=b.wspzxh)
           or( not exists (select nsrsbh
          from rd_nsrzg c
         where c.nsrsbh = b.nsrsbh
           and c.nsrzg_dm in ('01', '02', '03')
           and c.yxq_q < to_date('20060701', 'yyyymmdd')
           and c.wspzxh=b.wspzxh)
           and b.yxq_z=to_date('20060630','yyyymmdd')))
group by  substr(nsr_swjg_dm,1,5)
搜索更多相关主题的帖子: SQL CTASI 查询 
2010-04-25 00:11
SIMONYORE
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2010-4-24
得分:0 
仅就语法问题解释,忽视具体的表字段
2010-04-25 16:52



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-304339-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.246931 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved