标签:
执行如下sql语句,可对之前删掉的数据回滚:
Insert into CRM_ORDER select * from CRM_ORDER as of timestamp to_timestamp(‘2016-04-23 01:40:00‘,‘yyyy-mm-dd hh24:mi:ss‘)
错删之前的数据回滚
原文地址:http://www.cnblogs.com/qingfengliaoren/p/5424945.html