摘要: oracle提供了一种闪回的方法,可以将某个时间的数据给还原回来 方法如下: 方法一: 1.select * from table as of timestamp to_timestamp('2016-10-16 16:24:00', 'yyyy-mm-dd hh24:mi:ss'); 说明:tab 阅读全文
posted @ 2020-01-16 16:32 Coco` 阅读(1162) 评论(0) 推荐(0)