批量删除指定表前缀表 2015/01/28 14197 Select CONCAT( 'drop table ', table_name, ';' ) FROM information_schema.tables Where table_name LIKE 'dede_%';