insert into tablerestore select * from tablerestore as of timestamp to_Date('2014-8-8 15:00:00','yyyy-mm-dd hh24:mi:ss')
参数解释:tablerestore 要恢复数据的表
后面的时间是恢复截止到某个点的数据
2022-09-15 09:36:07
insert into tablerestore select * from tablerestore as of timestamp to_Date('2014-8-8 15:00:00','yyyy-mm-dd hh24:mi:ss')
参数解释:tablerestore 要恢复数据的表
后面的时间是恢复截止到某个点的数据
下一篇:自动类型转换与强制类型转换