mysql 多行数据合并 GROUP_CONCAT

select t.create_name ,GROUP_CONCAT(t.expression )   from t_p_expression t  group by t.create_name ;

posted @ 2020-07-03 15:38  tsx1230  阅读(100)  评论(0编辑  收藏  举报