摘要:        
select concat('drop table ',table_name,';') from TABLES where table_schema='数据库名称'; select concat('truncate ',table_name,';') from TABLES where table_    阅读全文
posted @ 2017-08-07 08:49 季枫 阅读(1983) 评论(0) 推荐(0)
| 
摘要:        
select concat('drop table ',table_name,';') from TABLES where table_schema='数据库名称'; select concat('truncate ',table_name,';') from TABLES where table_    阅读全文
 posted @ 2017-08-07 08:49 季枫 阅读(1983) 评论(0) 推荐(0) | ||