mysql如何将多行数据合并成一行
内容摘要
select group_concat(list_name) from aa_list
文章正文
select group_concat(list_name) from aa_list
代码注释
select group_concat(list_name) from aa_list