发布于2022-03-08 16:27:09
hive中的concat_ws和collect_list以及collect_set的转换处理,行转列,行转列去重
concat_ws(',',collect_list(name)) 等价于 OushuDB 中的 select id,string_agg(name,',') from id group by id; --行转列 concat_ws(',',collec...赞
2
评论
3
浏览
131