update TBL_1 A, TBL_2 B, TBL_3 Cset a.email=c.email_addr
where a.user_id=b.user_id and b.un_id=c.un_id
多表之间的简单数据迁移
老是记不得,mark下来备用
update TBL_1 A, TBL_2 B, TBL_3 Cset a.email=c.email_addr
where a.user_id=b.user_id and b.un_id=c.un_id
多表之间的简单数据迁移
老是记不得,mark下来备用