MYSQL 某个数据库下全部表的 批量删除表语句

select concat('drop table ',table_name,';') from information_schema.TABLES where table_schema='test'; 其中 test 是数据库, 执行输出的SQL语句便可web
相关文章
相关标签/搜索