Skip to content
Home ยป What if all the parameters with null values are passed to CONCAT_WS() Function

What if all the parameters with null values are passed to CONCAT_WS() Function

SQL Server CONCAT_WS Function

SQL Server CONCAT_WS() function is a string function that is used concatenates two or more strings together with a separator.

It separates those concatenated string values with the delimiter specified in the first function parameter.

Loading