Skip to content
Home ยป concatenate string in sql server

concatenate string in sql server

SQL Server STRING_AGG Function

SQL Server STRING_AGG() Function is string function which concatenates values for any given string expressions and separate them a specified separator.

It does not add the separator at the end of the result string.

String expression values are implicitly converted to string types and then concatenated.

 8,836 total views,  7 views today