首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

哪位大神帮小弟我看看这个语句如何写的,看半天没懂

2012-12-14 
哪位大神帮我看看这个语句怎么写的,看半天没懂select ddzb.f_zlkz,ddzb.f_djh,ddzb.f_ddlx,ddzb.f_rhbm f_

哪位大神帮我看看这个语句怎么写的,看半天没懂

select ddzb.f_zlkz,ddzb.f_djh,ddzb.f_ddlx,ddzb.f_rhbm f_chbm,case when ddzb.f_ddlx in ('3','4') then bm.f_bmmc when ddzb.f_ddlx='5' then cs.f_csmc end f_chmc 
from tbspddzb ddzb
left join tbbmda bm on ddzb.f_rhbm=bm.f_bmbm 
left join tbcsda cs on ddzb.f_rhbm=cs.f_csbm
,tb201211_bcdd bcdd where ddzb.f_djh=bcdd.f_ddh and ddzb.f_ddlx=bcdd.f_ddlx and bcdd.f_bch='201211290004' rhbm on cb.f_djh=rhbm.f_djh and cb.f_ddlx=rhbm.f_ddlx,tb201211_bcdd bcdd,tbspda sp Left join tbsptm tm on sp.f_spbm=tm.f_spbm
and  f_zjdw=1
where cb.f_djh=bcdd.f_ddh and cb.f_ddlx=bcdd.f_ddlx and cb.f_spbm=sp.f_spbm and bcdd.f_bch='201211290004'


第六行开始那个逗号··········蛋就疼起来了
[最优解释]
个人理解希望对你有用,还有你的代码中cb这个表不知道哪里来,代码可能不全。

select ddzb.f_zlkz,ddzb.f_djh,ddzb.f_ddlx,ddzb.f_rhbm f_chbm,case when ddzb.f_ddlx in ('3','4') then bm.f_bmmc when ddzb.f_ddlx='5' then cs.f_csmc end f_chmc 
from tbspddzb ddzb
left join tbbmda bm 
on ddzb.f_rhbm=bm.f_bmbm 
left join tbcsda cs on ddzb.f_rhbm=cs.f_csbm ---此处之前的代码构成了一个”表“ 和逗号之后的tb201211_bcdd做inner join
,tb201211_bcdd bcdd where ddzb.f_djh=bcdd.f_ddh and ddzb.f_ddlx=bcdd.f_ddlx and bcdd.f_bch='201211290004' rhbm --逗号之后到这儿构成一个”表“ rhbm
on cb.f_djh=rhbm.f_djh and cb.f_ddlx=rhbm.f_ddlx,tb201211_bcdd bcdd,tbspda sp --第一个逗号之前的构成一个”表“,此处三表做inner join
Left join tbsptm tm on sp.f_spbm=tm.f_spbm
and  f_zjdw=1
where cb.f_djh=bcdd.f_ddh and cb.f_ddlx=bcdd.f_ddlx and cb.f_spbm=sp.f_spbm and bcdd.f_bch='201211290004'

[其他解释]
晕 是第五行·····
[其他解释]
那个逗号就是inter join 的意思吧...
[其他解释]
晕,你这代码报错啊
[其他解释]
引用:
晕,你这代码报错啊

是的 关键是没想清楚他的思路。。。。。。。不是我写的
[其他解释]
报错的东西有啥好说的?都不知道他原本想怎么写.....
[其他解释]
代码没贴全 ,或者是个二代码 ,没啥好研究的。

热点排行