标签: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)
标签:tab mat 数据库名 orm for highlight 数据库表 schema 批量
原文地址:http://www.cnblogs.com/wuyubing/p/7131013.html