Hi,
I have a table with output as :
Emp_No ID Fname
emplo000000000004005 class000000000001333 Michael
persn000000000010368 class000000000001333 Philippe
I'm trying to write a sql which will give output as
ID Fname
class000000000001333 Michael ; Philippe
Thanks in advance
I have a table with output as :
Emp_No ID Fname
emplo000000000004005 class000000000001333 Michael
persn000000000010368 class000000000001333 Philippe
I'm trying to write a sql which will give output as
ID Fname
class000000000001333 Michael ; Philippe
Thanks in advance