摘要: 清库删表 select concat('DROP TABLE IF EXISTS ', table_name, ';') FROM information_schema.tables WHERE table_schema = '数据库名'; 清库删数据 select concat('DELETE F 阅读全文
posted @ 2020-06-29 18:40 程序员丁先生 阅读(741) 评论(0) 推荐(0)