mysql删除指定数据库全部的表

SELECT CONCAT('DROP TABLE IF EXISTS ', table_name, ';') FROM information_schema.tables WHERE table_schema = 'tiens';
相关文章
相关标签/搜索