db2如何实现用一张表的某个字段更新另一张表的相应字段。
3个回答
展开全部
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
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
1.B中有数据 具体条件自己加 UPDATE B SET
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询