使用 when case 方法
例如 select count(*),aa from (
select case
when sfdd like '%三里屯%' then 'slt'
when sfdd like '%五花马% then 'whm‘
end aa
from 表名 order byaa
) groud by aa
这样就可以对多个条件进行分类查询