首頁  >  文章  >  資料庫  >  oracle怎麼刪除所有表

oracle怎麼刪除所有表

WBOY
WBOY原創
2022-01-26 14:29:4621392瀏覽

在oracle中,可以利用「select 'Drop table '||table_name||';' from all_tables where owner='要刪除所有表的使用者名稱';」語句刪除指定使用者下的所有表,其中表名需要使用大寫

oracle怎麼刪除所有表

本教學操作環境:Windows10系統、Oracle 11g版、Dell G3電腦。

oracle怎麼刪除所有表格

語法為:

select 'Drop table '||table_name||';' from all_tables where owner='要删除所有表的用户名(大写)';

範例如下:

oracle怎麼刪除所有表

推薦教學:《Oracle影片教學

以上是oracle怎麼刪除所有表的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn