如果知道删除时间可以用闪回回复也可以:Example 13-1 Retrieving...

2014-11-24 15:06:40 · 作者: · 浏览: 0

如果知道删除时间可以用闪回回复也可以:Example 13-1 Retrieving...
SELECT * FROM employees 

  AS OF TIMESTAMP 

   TO_TIMESTAMP('2004-04-04 09:30:00', 'YYYY-MM-DD HH:MI:SS') 

     WHERE last_name = 'Chung';