马晓峰的个人主页
如果自己就是潮水的一部分 | 怎么能看见潮流的方向呢?
2020/10/16
Mysql 根据一个表中的数据更新另一张表中的数据
方法1
update table_1 t1,table_2 t2 set t1.column = t2.column where t1.id = t2.pid;
参考
https://www.cnblogs.com/wu628/p/4948833.html
tags: