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

mysql记录

时间:2017-07-07 11:51:25      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:tab   mat   数据库名   orm   for   highlight   数据库表   schema   批量   

批量删除数据库表

Select CONCAT( ‘drop table ‘, table_name, ‘;‘ ) 
FROM information_schema.tables 
where  table_schema=‘数据库名称‘ 
/*条件*/
and table_name not in(select Code as table_name from FW_Table)

  

mysql记录

标签:tab   mat   数据库名   orm   for   highlight   数据库表   schema   批量   

原文地址:http://www.cnblogs.com/wuyubing/p/7131013.html

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