MySQL批量删除表 2017年6月6日 ☕️ qnnp MySQL Select CONCAT( 'drop table ', table_name, ';' ) FROM information_schema.tables Where table_name LIKE 'sample_%' 执行输出的文本