可以update 表1,表2 set 表1.字段 where
或者
update 表1 join 表2 on () set where
navicat要先使用语句:use 数据库名;
选中要使用的数据库
参考:https://www.kancloud.cn/curder/mysql/355258
可以update 表1,表2 set 表1.字段 where
或者
update 表1 join 表2 on () set where
navicat要先使用语句:use 数据库名;
选中要使用的数据库
参考:https://www.kancloud.cn/curder/mysql/355258