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

sql更新语句

时间:2015-01-04 15:05:06      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

update YF_MZFYZD set jjje=tbl.jjje from (select a.xh,sum(b.jjje) jjje from YF_MZFYZD a(nolock),YF_MZFYMX b(nolock)
 where a.xh=b.fyxh group by a.xh) tbl,YF_MZFYZD x where tbl.xh=x.xh and isnull(x.jjje,0)=0

sql更新语句

标签:

原文地址:http://www.cnblogs.com/kaiwanlin/p/4201064.html

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