Making rows in to colums using sql query
- by vaibhav
I have a temp table in which have one coloum with four rows.
Table
------
vaibhav
IBM
12
'T'
I need a temp table
Col1 Col2 Col3 Col4
------ ----- ----- ------
Vaibhav IBM 12 'T'
Do anyone have any idea.