There have been some questions on this but I couldn’t find a relevant result for me. I have a query that gives me 2 columns of results:
Day Tot_dLS
01-Sep-12 10000
02-Sep-12 9920
I want to transpose the Date so it reads:
01-Sep-12 02-Sep-12
10000 9920
Is this possible?
Since you can return a fixed number of columns and you can use generic column names, you can do a standard pivot query