select * from table_name as of timestamp trunc(sysdate)-10;
数字部分可以调整到最近时间内
复制表内容
insert into res_product select * from res_product as of timestamp trunc(sysdate)-2