I have a value in a column that I need combined on 1 line. I need a new row when the Id in the table changes. For example
Column A Column B
1 Boyd
1 Honaker
2 Steel
I need the row to be
1 Boyd, Honaker
2 Steel
I can get the name column to concatenate but I get one large line. I can't figure out the second part of the equation.
I'm using TSQL
Software/Hardware used:
ASKED:
September 25, 2008 2:37 PM
UPDATED:
September 25, 2008 4:23 PM