1
Answer

Group Employee by 2 departments

Martin James

Martin James

3y
569
1
I have the following table :
EmpID DeptID PayrollID
Aa        130       211
Aa        110       211
And I would like to change it to :
ID DeptID1 DeptID2 PayrollID
Aa 130        110          211
Answers (1)