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下来备用
2023-10-15 10:50:22
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下来备用
下一篇:Java变量以及常量