Hi,
Could you please help me?
The table is given below
Name Phone No
-------------------------------
A 1
A 2
A 3
B 1
B 2
Now I want to display the row as shown below
Name Phone1 Phone2 Phone3
A 1 2 3
How can I display like this please provide me the query/solution.
Thanks in advance,
Gopikumar A
Could you please help me?
The table is given below
Name Phone No
-------------------------------
A 1
A 2
A 3
B 1
B 2
Now I want to display the row as shown below
Name Phone1 Phone2 Phone3
A 1 2 3
How can I display like this please provide me the query/solution.
Thanks in advance,
Gopikumar A
Comment