摘要: -- 执行得到批量删除语句 select CONCAT('drop table ', table_name, ';') from information_schema.tables where table_name like 'pre_%'; -- 执行结果: drop table pre_acco 阅读全文
posted @ 2022-04-01 16:26 一隅桥畔 阅读(262) 评论(0) 推荐(0)