Oracle快速备份表数据
生活随笔
收集整理的這篇文章主要介紹了
Oracle快速备份表数据
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Oracle數據庫中備份表數據。
例子:
1 create table table_name_bak as select * from table_name1 create table table_name_bak as select * from table_name 2 where table_name.date between TO_DATE('2018-09-25','yyyy-MM-dd') and TO_DATE('2018-09-26','yyyy-MM-dd') and table_name = '1'
備份完成之后。可以刪除原有數據或者表
1 delete form table_name where table_name.date between TO_DATE('2018-09-25','yyyy-MM-dd') and TO_DATE('2018-09-26','yyyy-MM-dd') and table_name = '1'?
轉載于:https://www.cnblogs.com/VanVanilla/p/9705587.html
總結
以上是生活随笔為你收集整理的Oracle快速备份表数据的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 做梦梦到鞋找不到了是什么意思
- 下一篇: 【agc002f】Leftmost Ba