Select CONCAT( ‘drop table ‘, table_name, ‘;‘ ) FROM information_schema.tables Where table_name LIKE ‘as_%‘;
列出来,所有,再执行
mysql删除固定前缀的表
原文:http://www.cnblogs.com/hoge/p/7656698.html