Hi, I have data in the below format.
ID Col_1
1 1234
1 2345
1 4567
I want to show it the below way:
ID Col1 Col2 col3
1 1234 2345 4567
Please help me with the query
Thanks
Hi, I have data in the below format.
1 4567
I want to show it the below way:
1 1234 2345 4567
Please help me with the query
Thanks