码迷,mamicode.com
首页 > 数据库 > 详细

MySQL 批量删除表

时间:2021-05-24 08:59:21      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:rop   lazy   style   span   sch   file   com   rgba   concat   

    

 

技术图片

 

 

select concat(drop table ,table_name,;) from information_schema.tables where table_schema=employees and table_name rlike ^d.*$ into outfile d:/b.sql;

 

技术图片

 

 

 

 

 

MySQL 批量删除表

标签:rop   lazy   style   span   sch   file   com   rgba   concat   

原文地址:https://www.cnblogs.com/dissipate/p/14768068.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!