snowflake.snowpark.functions.concat¶
- snowflake.snowpark.functions.concat(*cols: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L1982-L1997)¶
Concatenates one or more strings, or concatenates one or more binary values. If any of the values is null, the result is also null.
- Example::