L
learning_codes
Hi,
I notice that I have two records that show the person got promoted to
a new job and previous job. Is there a way for me to collapse into
one records instead of two reocrds by employee ID.
ID Position Start Date End Date
Reason
222 Support Clerk 01/02/03 03/03/03
Promotion
222 Filing Clerk 03/04/03 12/31/9999
New Employee
I want to get from two into one line record on query:
ID 222
Position Support Clerk
Start Date 03/04/03
End Date 12/31/9999
Reason Promotion
Prev_Position Support Clerk
Prev_Start Date 01/02/03
Prev_End Date 03/03/03
I would appreciated if you can help me out much appreciated.
Thanks
I notice that I have two records that show the person got promoted to
a new job and previous job. Is there a way for me to collapse into
one records instead of two reocrds by employee ID.
ID Position Start Date End Date
Reason
222 Support Clerk 01/02/03 03/03/03
Promotion
222 Filing Clerk 03/04/03 12/31/9999
New Employee
I want to get from two into one line record on query:
ID 222
Position Support Clerk
Start Date 03/04/03
End Date 12/31/9999
Reason Promotion
Prev_Position Support Clerk
Prev_Start Date 01/02/03
Prev_End Date 03/03/03
I would appreciated if you can help me out much appreciated.
Thanks