The STRING_AGG
?SQL Server 2017 function performs grouped string concatenation.
Here is an example:
SELECT STRING_AGG(value, ' ') AS Result FROM (VALUES('Hannes'),('du'),('Preez')) AS I(value);
This returns:
Hannes du Preez in the Result column
The STRING_AGG
?SQL Server 2017 function performs grouped string concatenation.
Here is an example:
SELECT STRING_AGG(value, ' ') AS Result FROM (VALUES('Hannes'),('du'),('Preez')) AS I(value);
This returns:
Hannes du Preez in the Result column
Recent Articles:
In today’s digital world, technology has changed how we make payments. From contactless cards to mobile wallets, it’s now easier
No matter what you do or where you work, you are likely to encounter Windows software at some point or