摘要: 1、update ceshi c1,ceshi2 c2 set c1.num=c2.aa where c1.id=c2.cid; 2、update ceshi c1 INNER JOIN ceshi2 c2 on c1.id=c2.cid set c1.num=c2.aa; 比较推荐使用第一种,第二 阅读全文
posted @ 2021-08-18 13:53 记忆有限博客长存 阅读(984) 评论(0) 推荐(0) 编辑