批量更新sql |批量update sql

 

批量更新sql |批量update sql图所示批量更新sql |批量update sql批量更新sql |批量update sql需要批量更新table2表内字段Pwd批量更新sql |批量update sql更新批量更新sql |批量update sqluserName对批量更新sql |批量update sqlIP地址批量更新sql |批量update sqlusername与Ip对应关系批量更新sql |批量update sqltable1所示批量更新sql |批量update sql

 

 

 

update table2 set pwd=table1.ip from table1 inner join table2 on table1.username=table2.username

UPDATE TABLE2 A  SET A.PWD =(SELECT  B.IP FROM  TABLE1 B WHERE B.userName =A.userName)

 

相关文章:

  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-22
  • 2021-09-29
  • 2021-07-21
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案