presto不支持concat_ws
在sparksql/hive中,将一个数据集合已指定的分隔符拼接可以用concat_ws
,但是在presto中没有这个函数,不过presto提供了一个集合方法array_join
,来达到相同的目的
同样的对数据集去重可以用array_distinct
如果你不需要去重就直接用array_agg
原文地址:https://blog.csdn.net/dudadudadd/article/details/145126761
免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!