1.执行Sql语句: select 'drop table '||table_name||';' from cat where table_type='TABLE' 可查询到当前用户下所有的表,如图: 2.执行这些删除语句 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-02-24 2021-08-26 2021-11-16