1.执行Sql语句:
select 'drop table '||table_name||';' from cat where table_type='TABLE'
可查询到当前用户下所有的表,如图:
2.执行这些删除语句