1.select * from SYS_DICT as of timestamp to_timestamp('2019-11-05 10:00:00','yyyy-mm-dd hh24:mi:ss');select
时间点在删除数据以前,又尽可能精确 sys_dict 是表名im
2.insert into SYS_DICT (select * from SYS_DICT as of timestamp to_timestamp('2019-11-05 10:00:00','yyyy-mm-dd hh24:mi:ss'));数据
把数据从新插入dict