oracle 查询所有要删除的表

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

  

posted @ 2019-12-19 09:25  wc_nan  阅读(293)  评论(0编辑  收藏  举报