mysql删除数据库中全部的表

select concat('drop table ',table_name,';') from information_schema.TABLES where table_schema='test';orm 而后执行此语句运行后的结果便可io
相关文章
相关标签/搜索