L
learning_codes
Hi,
I'm trying to figure it out but I don't know if there is a way to do
this or not.
In the database, I have duplicated record (ID Number).
ID Number Date Reason
Completed
123 2008/01/03 Snowstorm NO
123 2008/03/31 Terminated YES
I want to collapse two records into one. The result I want to get:
123 2008/01/03 Terminated
YES
(a)
(b) (c)
a) I want to use 2008/01/03 instead of 2008/03/31
b) I want to use Terminated instead of Snowstorm
c) I want to use YES instead of NO
Is there a way to make it work or not ?
Your feedback and help would be much appreciated.
Thanks
I'm trying to figure it out but I don't know if there is a way to do
this or not.
In the database, I have duplicated record (ID Number).
ID Number Date Reason
Completed
123 2008/01/03 Snowstorm NO
123 2008/03/31 Terminated YES
I want to collapse two records into one. The result I want to get:
123 2008/01/03 Terminated
YES
(a)
(b) (c)
a) I want to use 2008/01/03 instead of 2008/03/31
b) I want to use Terminated instead of Snowstorm
c) I want to use YES instead of NO
Is there a way to make it work or not ?
Your feedback and help would be much appreciated.
Thanks