SQL语句:关联更新

UPDATE table1 a LEFT JOIN table2 b on a.Id=b.Id set a.name=b.name;

 

posted @ 2023-06-28 17:02  NavyW  阅读(31)  评论(0)    收藏  举报