码迷,mamicode.com
首页 > 其他好文 > 详细

批量删除指定表

时间:2018-06-05 13:21:02      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:cat   span   and   HERE   for   rop   where   format   from   

SELECT
    CONCAT(
        drop table ,
        table_name,
        ;
    )
FROM
    information_schema. TABLES
WHERE
    table_schema = dbname
AND table_name LIKE sth_%;

 

批量删除指定表

标签:cat   span   and   HERE   for   rop   where   format   from   

原文地址:https://www.cnblogs.com/codeaaa/p/9139159.html

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