- 博客(1)
- 收藏
- 关注
原创 update inner join on 使用(批量更新)
update inner join on 使用(批量更新)文章目录update xxx inner join xxx on使用方法注意:update xxx inner join xxx onmysql中使用一张表 更新另一张表的数据使用方法执行如下sqlUPDATE test1 AS t1 INNER JOIN test2 AS t2 ON t1.id = t2.id SET t1.`name` = t2.`name`表test1数据就会变成如下所示:注意:只会更新字段中
2022-04-26 16:09:28
2195
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人