摘要: Select 'SET FOREIGN_KEY_CHECKS = 0;'unionSelect CONCAT( 'drop table ', table_name, ';' )FROM information_schema.tablesWhere table_name LIKE 'as_baiqis 阅读全文
posted @ 2018-04-24 10:08 hoge 阅读(2396) 评论(0) 推荐(1) 编辑