删除数据库下所有表 发表于 2015-11-26 更新于 2024-05-30 分类于 技术 use information_schema; select concat('drop table ',table_name,';') from TABLES where table_schema='tt365';