LeoLionHeart
Programmer
Hi there I have a table such as the following:
Name ID
Bob green
Bob red
Bob blue
Dave black
Dave green
I want to place it into a table that reads
Name ID
Bob green,red,blue
Dave black,green
Do I need to use a cursor for this.
Any help would be appreciated.
Name ID
Bob green
Bob red
Bob blue
Dave black
Dave green
I want to place it into a table that reads
Name ID
Bob green,red,blue
Dave black,green
Do I need to use a cursor for this.
Any help would be appreciated.