基本用法 : string_agg(columnname , ' ') 第一列为a ,第二列为b 写法: select a ,string_agg(b, ' ') as c from table 结果: