Hai all,
I have a table like below.(with the column headings are column1 and column2)
Column1 Column2
id 2
Name xyz
Class 10
id 3
Name pqr
Class 10
id 5
Name def
Class 10
So for this above table i want the OutPut as below.
id Name Class
2 xyz 10
3 pqr 10
5 def 10
can any one help me how i will get this.
I have a table like below.(with the column headings are column1 and column2)
Column1 Column2
id 2
Name xyz
Class 10
id 3
Name pqr
Class 10
id 5
Name def
Class 10
So for this above table i want the OutPut as below.
id Name Class
2 xyz 10
3 pqr 10
5 def 10
can any one help me how i will get this.
Comment