开发记录

81 阅读1分钟
# mysql列转行合并查询

set session group_concat_max_len=502400; 

select group_concat(uid) from tb_user;