赞
踩
根据字面意思就是多行转一列
select concat('hello','-',''world);
select concat_ws('-','hello','world');
select collect_set(grade) from stu;
合并字段
分组查询
按需求查询
字面意思多列转一行—一行转多行