mysql 删除全部表

select  concat('DROP TABLE IF EXISTS ', table_name, ';') FROM information_schema.tables WHERE table_schema = '数据库名';数据库
相关文章
相关标签/搜索