How to convert row to column in SQL 
Loading
How to convert row to column in SQL 
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
geetha geethaPosted Nov 24, 2021, 12:55 PM
You have convert row into column using the pivot.
Pivot - which is used to turn the unique data from one column into multiple columns in the output.This is also mean by transforming the rows into columns.
Instead of pivot we can also use dynamic pivot.
Vinitha TPosted Nov 22, 2021, 3:04 PM
Jignesh KumarPosted Aug 6, 2021, 12:22 PM
Piyush PansuriyaPosted Aug 6, 2021, 4:43 AM