1.select * from SYS_DICT as of timestamp to_timestamp('2019-11-05 10:00:00','yyyy-mm-dd hh24:mi:ss');
時間點在洗掉資料之前,又盡量精確 sys_dict 是表名
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'));
把資料重新插入
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/233434.html
標籤:其他
