Bootstrap

MySQL 多表关联修改语句

update 表1 ,表2  ,表3 set 表1.postion = 表2.id  where  表2.dvalue = 表3.testquarters and 表1.pinCode = 表3.testpinCode and 表1.`name` = 表3.testname;
;