oracle 查询所有要删除的表

select 'drop table '||table_name||';' 
from cat 
where table_type='TABLE'

  

原文地址:https://www.cnblogs.com/wcnwcn/p/12065917.html