删除某用户下全部的表(视图) ——oracle、sql developer

在sql developer内html select 'drop table "'||table_name||'";' from cat where table_type='TABLE' --查询视图 --select 'drop view '||view_name||';' from user_views 执行输出语句sql
相关文章
相关标签/搜索