Hi all,
I don’t have a deep experience in SQL so I am not really sure whether this is doable or not. I have this table Event Table that keeps track of event date. Each event date has Event code. Here is an Examle
As I said I am not sure whether this is doable, but I appreciate for any help.
I don’t have a deep experience in SQL so I am not really sure whether this is doable or not. I have this table Event Table that keeps track of event date. Each event date has Event code. Here is an Examle
Code:
Event Data Event Code
Event Data Event Code
12/12/2000 RR
12/12/2002 RR
12/12/2000 BB
12/12/2002 BB
12/12/2000 CC
12/12/2002 CC
I want to change the Event Code into a Column field and have the values under that..
Example:
RR BB CC
12/12/2000 12/12/2000 12/12/2000
12/12/2002 12/12/2002 12/12/2002