版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_24521431/article/details/84580166


例如删除ward_id为96这条并且提交后,

 

记录已经没了。

执行

select * from T_HRM_WARD as of timestamp to_timestamp('2018-11-28 10:30:00','yyyy-mm-dd hh24:mi:ss') where ward_id='96'
其中查询的时间是修改之前的,这个闪回时间是需要设置的,我们公司数据库设置的是3个小时,所有3个小时以前的记录都是可以查到的,然后复制粘贴就可以了

 

select * from prplscheduletask as of timestamp to_timestamp('2019/6/19 19:00:37','yyyy-mm-dd hh24:mi:ss') where registno = '1231456';

相关文章:

  • 2022-12-23
  • 2019-09-05
  • 2021-05-25
  • 2022-01-25
  • 2022-12-23
  • 2021-07-18
  • 2021-11-25
  • 2021-12-05
猜你喜欢
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2022-03-06
  • 2021-12-01
相关资源
相似解决方案