批量刪除表CHI_%
begin
for x in (select table_name from user_tables where table_name like 'CHI_%')
loop
execute immediate 'drop table ' || x.table_name || ' purge';
end loop ;
end;
/
for x in (select table_name from user_tables where table_name like 'CHI_%')
loop
execute immediate 'drop table ' || x.table_name || ' purge';
end loop ;
end;
/
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27042095/viewspace-755903/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle批量刪除表Oracle
- MySQL批量刪除指定字首表MySql
- DB2 批量刪除表DB2
- Oracle批量建立、刪除資料庫表Oracle資料庫
- php(js)批量刪除/單個刪除PHPJS
- 批量刪除死鎖
- hibernate批量刪除
- 【MySQL】批量刪除mysql中資料庫中的表MySql資料庫
- 批量刪除 redis keysRedis
- git 批量刪除本地分支Git
- 批量刪除容器和映象
- 表格的批量重新命名與批量刪除
- docker 批量刪除容器和映象Docker
- 批量刪除大量小檔案
- hibernateHQl批量插入、刪除、更新
- Linux批量刪除檔案Linux
- oracle 批量刪除觸發器Oracle觸發器
- SD--批量刪除訂單
- 實現 UITableViewCell的批量刪除UIView
- vue+element-ui操作刪除(單行和批量刪除)VueUI
- Mac電腦如何批量刪除照片?Mac
- linux 模糊批量刪除檔案Linux
- 批量刪除空的資料夾
- 批量刪除檔案中的^M
- oracle 快速刪除大批量資料方法(全部刪除,條件刪除,刪除大量重複記錄)Oracle
- SQL Server 批量刪除重複記錄(批量、快速、安全)SQLServer
- 6.12php對資料庫的刪除和批量刪除PHP資料庫
- oracle 快速刪除大批量資料方法(全部刪除,條件刪除,刪除大量重複記錄) 轉Oracle
- 【轉】oracle 快速刪除大批量資料方法(全部刪除,條件刪除,刪除大量重複記錄)Oracle
- 如何批量刪除指定的GitHub ReposGithub
- elasticsearch按照日期定時批量刪除索引Elasticsearch索引
- 批量刪除dbms_job建立的job
- 【工具】批量刪除binlog 的指令碼指令碼
- 批量新增、刪除控制元件組--【ssnc】控制元件
- 【Oracle】刪除所有表Oracle
- oracle批次刪除表Oracle
- Linux下批量刪除空檔案或者刪除指定大小的檔案Linux
- MySQL 批量更新、刪除資料shell指令碼MySql指令碼