Viewing post 1 (of 1 total)
I use the method below for concatenating multiple values into one. Wouldn't this work?
-- Fill a temporary table variable with the data in the example
DECLARE @TempTable TABLE
(idx int...
October 14, 2009 at 7:31 am
#1065646