sql 里的 update 实现联合表更新

update a set a.nickname=b.nickname from tab1 a,tab2 b where a.username=b.username
原文地址:https://www.cnblogs.com/andy_tigger/p/1587001.html