mysql update select 用法

kevin.Zhu 发布于:2021-11-16 15:51 分类:文摘  有 19 人浏览,获得评论 0 条  

https://www.cnblogs.com/wtcl/p/8398996.html


update table xxx as a inner join (select f1,f2 from xx) b set a.xx=b.f1 where a.xx=b.fx  ;