mysql 表关联更新另一张表的数据

mysql:

UPDATE member a,`chanelh5` b SET b.channel_id = a.channel_id
WHERE a.pcode = b.pcode

posted @ 2020-03-23 00:57  cloud_shi  阅读(2284)  评论(0编辑  收藏  举报