摘要: 方法1: select concat('drop table ',table_name,';') from information_schema.TABLES where table_schema='192_168_10_233'; 192_168_10_233换成你想删除的数据库的名字,这样可以生 阅读全文
posted @ 2022-06-02 09:59 吴达之 阅读(3272) 评论(0) 推荐(0)