I have a table in a database with rows as follows:
Milk Eggs Butter Cheese Bread
I want to rotate the entire row into a column as follows:
Milk Eggs Butter Cheese Bread
I found many examples using it with multiple columns and rows or based on selection conditions. I have not found examples of how to simply make a single line, and I cannot figure it out. Thanks for the help!
Edit: The tracks below work fine, but is there a way to do this and turn the row value into a column value?
source share