array_join
function (Databricks SQL)
Concatenates the elements of array
.
Arguments
array
: Any ARRAY type, but its elements are interpreted as strings.delimiter
: A STRING used to separate the concatenated array elements.nullReplacement
: A STRING used to express a NULL value in the result.