merge into table_c c using table_m m on(c.username = m.username) when matched then update set c.userId = m.id; ------将table_m中的id字段设置到table_c中userId字段
spool /tmp/insert2.log; ----设置执行日志文件
spool off; ------关闭日志
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3