select * from 表名 as of timestamp to_timestamp('2023-04-07 16:20:57', 'yyyy-mm-dd hh24:mi:ss');
alter table 表名 enable row movement;
flashback table 表名 to timestamp to_timestamp('2023-04-07 16:20:57', 'yyyy-mm-dd hh24:mi:ss');
select * from 表名 as of timestamp to_timestamp('2023-04-07 16:20:57', 'yyyy-mm-dd hh24:mi:ss');
alter table 表名 enable row movement;
flashback table 表名 to timestamp to_timestamp('2023-04-07 16:20:57', 'yyyy-mm-dd hh24:mi:ss');