批量更新sql |批量update sql-LMLPHP

批量更新sql |批量update sql-LMLPHP图所示批量更新sql |批量update sql-LMLPHP批量更新sql |批量update sql-LMLPHP需要批量更新table2表内字段Pwd批量更新sql |批量update sql-LMLPHP更新批量更新sql |批量update sql-LMLPHPuserName对批量更新sql |批量update sql-LMLPHPIP地址批量更新sql |批量update sql-LMLPHPusername与Ip对应关系批量更新sql |批量update sql-LMLPHPtable1所示批量更新sql |批量update sql-LMLPHP

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)

05-08 08:42