create routine load job1 on tbl1;
alter table tbl1 replace with table tbl2;
job1的新数据是插入tbl1 还是tbl2?
数据进入了tbl2