标签:
select GROUP_CONCAT(id) as ids from yii_role_menu where roleId=1;
mysql 将查询出来的某一字段组合成字符串
原文地址:http://www.cnblogs.com/grimm/p/5435811.html