Mysql中使用Group_Concat将列组合进来

Mysql中使用Group_Concat将列组合进来

一、上例子:

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;

二、效果图:


Mysql中使用Group_Concat将列组合进来
https://www.dearcloud.cn/2017/06/21/20200310-cnblogs-old-posts/20170621-Mysql中使用Group_Concat将列组合进来/
作者
宋兴柱
发布于
2017年6月21日
许可协议