在oracle中,可以利用「select 'Drop table '||table_name||';' from all_tables where owner='要刪除所有表的使用者名稱';」語句刪除指定使用者下的所有表,其中表名需要使用大寫
本教學操作環境:Windows10系統、Oracle 11g版、Dell G3電腦。
語法為:
select 'Drop table '||table_name||';' from all_tables where owner='要删除所有表的用户名(大写)';
範例如下:
推薦教學:《Oracle影片教學》
以上是oracle怎麼刪除所有表的詳細內容。更多資訊請關注PHP中文網其他相關文章!