SELECT CONCAT('drop table ',table_name,';') FROM information_schema.`TABLES` WHERE table_schema='数据库名';
转载于:https://www.cnblogs.com/jjxhp/p/8711501.html
SELECT CONCAT('drop table ',table_name,';') FROM information_schema.`TABLES` WHERE table_schema='数据库名';
转载于:https://www.cnblogs.com/jjxhp/p/8711501.html