oracle操作
– 删除信息找回
select * from (
select * from test as of timestamp to_date(‘2021-03-03 10:00:00’,‘yyyy-MM-dd HH24:mi:ss’ ) )
where return_infor=‘条件’;
oracle操作
– 删除信息找回
select * from (
select * from test as of timestamp to_date(‘2021-03-03 10:00:00’,‘yyyy-MM-dd HH24:mi:ss’ ) )
where return_infor=‘条件’;