CREATE ROUTINE LOAD example_db.test1 ON example_tbl
为 test1 创建 Routine Load 任务 example_tbl 后
ALTER TABLE example_db.test1 REPLACE WITH TABLE example_db.test2
那 之后 Routine Load 任务 example_tbl 指向的表是 test2。
但我仍然想要 example_tbl任务 指向 replace 后的 test1。
手册里关于这部分也相当模糊。