Presto equivalent of MySQL group_concat July 30, 2023 by Tarik Try using this in place of group_concat in Presto :: select a, array_join(array_agg(b), ',') from table group by a