SQL>
show recyclebin;
select * from recyclebin where droptime > '2012-05-17 19:00:00';
flashback table【表名(droptime 的列值)】 to before drop;

相关文章:

  • 2021-11-30
  • 2022-12-23
  • 2022-02-25
  • 2021-09-19
  • 2021-10-18
  • 2021-06-28
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-02
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案