oracle 回复误删数据

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;