ysyy

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\'));

把数据重新插入

分类:

技术点:

相关文章:

  • 2022-02-09
  • 2021-05-29
  • 2021-04-06
  • 2022-02-23
  • 2021-09-26
  • 2021-11-29
  • 2021-12-10
  • 2021-08-01
猜你喜欢
  • 2022-12-23
  • 2021-07-18
  • 2021-12-10
  • 2022-01-17
  • 2021-11-03
  • 2022-01-13
相关资源
相似解决方案