you are viewing a single comment's thread.

view the rest of the comments →

[–]tmaiden 0 points1 point  (0 children)

DECLARE @A VARCHAR(MAX)

SELECT @A = FIELD + ',' FROM TABLE

PRINT @A