I have a T-SQL query that returns a result of two rows with the same contact name but in one of the columns is different:
Contact Name BuildingID ClassID
------------------------------------
XXXX 720 3505
XXXX 720 3650
I need to combine both ClassID
values into the ClassID
column like this:
Contact Name BuildingID ClassID
----------------------------------------
XXXX 720 3505;3650