当前位置:   article > 正文

update联表更新_update 连表更新

update 连表更新
  1. update 表A inner join 表B  set xxx=xxx ... where A.ID=B.Aid and xxx=xxx
  2. 注意 
  3.  1update 时,更新的表不能在setwhere中用于子查询;
  4.  2update 时,可以对多个表进行更新(Sql Server不行);
  5.      如:update table_a A,table_b B set A.B_ID=B.ID ,B.A_ID=A.ID;  
  6.  3update 后面可以做任意的查询,这个作用等同于FROM

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/142138
推荐阅读
相关标签
  

闽ICP备14008679号