UPDATE 表 AS a SET 字段=(SELECT 字段 from (SELECT 字段 ,唯一idFROM tb_user_info) as 临时表 where a.唯一id =临时表.唯一id)