update testa a set(name,remark)=(select b.name,b.remark from testb b where b.id=a.id) where exists(select 1 from testb b where b.id=a.id) ;
?
(where exists(select 1 from testb b where b.id=a.id):如果没有这个条件,不匹配的选项也会被更新。
update testa a set(name,remark)=(select b.name,b.remark from testb b where b.id=a.id) where exists(select 1 from testb b where b.id=a.id) ;
?
(where exists(select 1 from testb b where b.id=a.id):如果没有这个条件,不匹配的选项也会被更新。
【声明】:北京站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。