concat_ws
function
Applies to: Databricks SQL Databricks Runtime
Returns the concatenation strings separated by sep
.
Arguments
sep
: An STRING expression.exprN
: EachexprN
can be either a STRING or an ARRAY of STRING.
Updated Nov 04, 2024
concat_ws
function Applies to: Databricks SQL Databricks Runtime
Returns the concatenation strings separated by sep
.
sep
: An STRING expression.
exprN
: Each exprN
can be either a STRING or an ARRAY of STRING.