orcl 对table的一些操作
摘要:
删除 table:drop table 表名; 恢复删除 : flashback table 表名 to before drop; 清空table : truncate table 表名; 恢复清空:flashback table 表名 to timestamp to_timestamp('2005 阅读全文
posted @ 2018-06-07 11:39 instr 阅读(123) 评论(0) 推荐(0) 编辑