DB
FunctionsArray

array_concat_agg

Concatenates array values from each row of the group into a single array, preserving row order within each partial aggregate.

array_concat_agg(…) → String

Kind · aggregate

Concatenates array values from each row of the group into a single array, preserving row order within each partial aggregate.

Part of the Array family.