Hãy thử sử dụng cái này thay cho group_concat trong Presto ::
select
a,
array_join(array_agg(b), ',')
from table
group by a
Hãy thử sử dụng cái này thay cho group_concat trong Presto ::
select
a,
array_join(array_agg(b), ',')
from table
group by a