mysql Update from

update todo_error t2
inner join user as t1 on t1.email = t2.email
set t2.openid = t1.openid

猜你喜欢

转载自www.cnblogs.com/LinLuMing/p/11834817.html