array_join
function
Applies to: Databricks SQL Databricks Runtime
Concatenates the elements of array
.
Arguments
array
: AnyARRAY
type, but its elements are interpreted as strings.delimiter
: ASTRING
used to separate the concatenated array elements.nullReplacement
: ASTRING
used to express aNULL
value in the result.