ArrayAgg
Last updated
Was this helpful?
Last updated
Was this helpful?
The ArrayAgg function identifies non-null row values in a column or group and aggregates them into a single array.
Function argument:
value
(required) The column containing values to join.
For each grouping (grouped by state name) the ArrayAgg function returns an array containing non-null values from the corresponding rows in the County Name column.