You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.concat_ws¶

snowflake.snowpark.functions.concat_ws(*cols: ColumnOrName) → Column[source]¶

Concatenates two or more strings, or concatenates two or more binary values. If any of the values is null, the result is also null. The CONCAT_WS operator requires at least two arguments, and uses the first argument to separate all following arguments.