i have a single row in my table . And I want to get the each value in the row as a column .
eg : my table has columns name,subject,mark1,mark2,mark3,mark4,total
Now I want to get the values like this
name
subject
mark1
mark2
mark3
mark4
total
in an order and not in a single row