1、拼接删除表语句
select concat('drop table ',table_name,';') from information_schema.TABLES wheretable_schema='数据库名称';
2、复制,全部执行
1、拼接删除表语句
select concat('drop table ',table_name,';') from information_schema.TABLES wheretable_schema='数据库名称';
2、复制,全部执行