一、上例子:
select left(areaId,7) as CityId,group_concat(stationId) ,NameCn from `wd-area` where type='cn3k' and areaId like '10110%' group by cityid order by cityid;
二、效果图: