This is a SQL tutorial demonstrating a quick and easy way of creating delimited lists in SQL.
This method is one of multiple ways to concatenate data in SQL. For instructions on other methods see the following videos:
Various concatenation techniques:- https://youtu.be/s48kLTSiNvM
FOR XML example:- https://youtu.be/OBNIoyqnRLg
This video includes word of the day
Download
0 formats
No download links available.
SQL. A really quick way of creating a delimited string using STRING_AGG. Quick comma separated list. | NatokHD