一.如果只是误删部分数据或者某条数据可以通过
1、select * from 误删除的表明 as of timestamp to_Date('恢复年月日 时分秒', '恢复时间格式') where 查询条件;
如:select * from emp as of timestamp to_Date('2014-11-27 16:20:00', 'yyyy-...
分类:
数据库 时间:
2014-11-27 18:25:17
阅读次数:
163
一.如果只是误删部分数据或者某条数据可以通过1、select * from误删除的表明as of timestamp to_Date('恢复年月日 时分秒', '恢复时间格式') where 查询条件; 如:select * from emp as of timestamp to_Date...
分类:
数据库 时间:
2014-11-27 18:13:37
阅读次数:
210