Quantcast
Channel: code.Snip » TSQL
Viewing all articles
Browse latest Browse all 2

SELECT column values into a concatenated string (SQL)

$
0
0
Often there is a requirement to get column values in a table to a concatenated string. Say, we have e-mail ID as one column on a person table and want a comma separated list of all (or a subset) of e-mail ID’s. Here is one dirty little piece of code to do just that! :) […]

Viewing all articles
Browse latest Browse all 2

Trending Articles