oracle 恢复误删数据

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

select description from digits
versions between timestamp minvalue and maxvalue;

你可能感兴趣的:(insert)