首页  编辑  

MySQL把一列数据变成一个字符串

Tags: /MySQL/   Date Created:

group_concat([distinct] 列名)

select group_concat(id) from users where name = '张三';