会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lucky8492
博客园
首页
新随笔
管理
2020年12月3日
MySQL中批量前缀表的sql语句
摘要: 1、批量删除前缀表sql语句 先查询生成需要操作的表 Select CONCAT( 'drop table ', table_name, ';' ) FROM information_schema.tablesWhere table_name LIKE ''ngis20201201_%''; /*
阅读全文
posted @ 2020-12-03 11:25 lucky8492
阅读(553)
评论(0)
推荐(0)
编辑
公告