IanWaterman
Programmer
MS SQL Server 2008
Within a larger query I am looking up an Introducer, in rare cases a client has two introducers and this is duplicating the rest of the data.
I could modify my query to only bring back 1 introducer, however, I would like to look at the possibility of listing the Introducers
eg Current Result
Client Introducer
Client1 Introducer1
Client1 Introducer2
Client2 Introducer1
Would like to generate two columns
Client Introducers
Client1 Introducer1, Introducer2
Client2 Introducer1
Is this possible, if easier to do without a comma then a simple space will be sufficient
Thanks
Ian
Within a larger query I am looking up an Introducer, in rare cases a client has two introducers and this is duplicating the rest of the data.
I could modify my query to only bring back 1 introducer, however, I would like to look at the possibility of listing the Introducers
eg Current Result
Client Introducer
Client1 Introducer1
Client1 Introducer2
Client2 Introducer1
Would like to generate two columns
Client Introducers
Client1 Introducer1, Introducer2
Client2 Introducer1
Is this possible, if easier to do without a comma then a simple space will be sufficient
Thanks
Ian