MySQL中批量删除指定前缀表的sql语句 SelectCONCAT('droptable',table_name,';')FROMinformation_schema.tablesWheretable_nameLIKE'dede_%';"dede"为要删除的 前缀表