用到的是这个函数:
group_concat()
select group_buying_id, group_concat(app_user_ids) from org_user_group group by group_buying_id
输出的结果:
select group_buying_id, group_concat(app_user_ids) from org_user_group where group_buying_id=10
这是查询一条
用到的是这个函数:
group_concat()
select group_buying_id, group_concat(app_user_ids) from org_user_group group by group_buying_id
输出的结果:
select group_buying_id, group_concat(app_user_ids) from org_user_group where group_buying_id=10
这是查询一条