Viewing post 1 (of 1 total)
We can get the desired output using the following simple Query as well.
SELECT
O.OFFICEID,
O.STATEABBR,
STUFF((SELECT ',' + CAST(COUNTYNAME AS VARCHAR(8000)) FROM DBO.COUNTY...
July 9, 2013 at 6:38 am
#1630768