在工作表中运行脚本:
select 'drop table '||table_name||';' from user_tables where NUM_ROWS = 0;
然后将所得结果覆盖刚才的工作表,再次运行脚本。
应该还有更好的方法,可惜对oracle不熟
在工作表中运行脚本:
select 'drop table '||table_name||';' from user_tables where NUM_ROWS = 0;
然后将所得结果覆盖刚才的工作表,再次运行脚本。
应该还有更好的方法,可惜对oracle不熟