array_unique_agg
Aggregates distinct values (including NULL) in an ARRAY column into an array (from multiple rows to one row).
This function is supported from v3.2.
Syntaxβ
ARRAY_UNIQUE_AGG(col)
Aggregates distinct values (including NULL) in an ARRAY column into an array (from multiple rows to one row).
This function is supported from v3.2.
ARRAY_UNIQUE_AGG(col)