db2如何实现用一张表的某个字段更新另一张表的相应字段。

 我来答
zhxwwl
推荐于2017-11-29
知道答主
回答量:5
采纳率:100%
帮助的人:5549
展开全部
update A a set a.dui_status=( select b.dui_status from B b where b.dui_date=a.dui_date and b.acct_no=a.acct_no )
where a.dui_status= 条件 and 其它限制条件.
这样就只改自己想改的东西,你上面写的是改所有,肯定有没有匹配的记录,注意你不是改所有。
庄经略7s
2015-01-22 · TA获得超过155个赞
知道小有建树答主
回答量:178
采纳率:0%
帮助的人:214万
展开全部
db2 "update a set a.字段=(select 字段 from b where 你的条件) where 你的条件"
更多追问追答
追问
不行啊。update A a set a.dui_status=( select b.dui_status from B b, A a  where b.dui_date=a.dui_date and b.acct_no=a.acct_no );报错:Error Code: -811
追答
写错了

update A a set a.dui_status=( select b.dui_status from B b where b.dui_date=a.dui_date and b.acct_no=a.acct_no )

不需要在里面还声明一次表a
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
erhnjoyment
2015-01-21 · 贡献了超过143个回答
知道答主
回答量:143
采纳率:100%
帮助的人:24.3万
展开全部
1.B中有数据 具体条件自己加 UPDATE B SET
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式