MySQL批量删除数据表

SELECT CONCAT('drop table ',table_name,';') FROM information_schema.`TABLES` WHERE table_schema='数据库名';

posted @ 2018-04-03 22:19  绝技小嗨皮  阅读(546)  评论(0编辑  收藏  举报
Title