Here's the situation:
ID1 Event1
ID1 Event2
ID1 Event3
ID2 Event1
ID2 Event2
I want to convert the table to this:
ID1 Event1 Event2 Event3
ID2 Event1 Event2
I know I can pull the table in to my PC and write a VB app to do this but I'm dealing with huge tables so I'd like to do it via SQL. Is this possible?
Thanks, Iggy
ID1 Event1
ID1 Event2
ID1 Event3
ID2 Event1
ID2 Event2
I want to convert the table to this:
ID1 Event1 Event2 Event3
ID2 Event1 Event2
I know I can pull the table in to my PC and write a VB app to do this but I'm dealing with huge tables so I'd like to do it via SQL. Is this possible?
Thanks, Iggy