访问量:
次,访客数:
人,浏览量:
次
首页
编辑
MySQL把一列数据变成一个字符串
Tags:
/MySQL/
Date Created:
group_concat([distinct] 列名)
select group_concat(id) from users where name = '张三';