首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle 回复误删数据

2012-08-13 
oracle 恢复误删数据insert into hr_employeselect * from HR_EMPLOYE as of timestamp to_TImeSTamp(sysd

oracle 恢复误删数据

insert into hr_employeselect * from HR_EMPLOYE as of timestamp to_TImeSTamp(sysdate-1) twhere  not exists (select 1 from Hr_Employe h where t.empid = h.empid )

select description from digitsversions between timestamp minvalue and maxvalue;

热点排行