Transpose using SQL PIVOT
Content
I know you can transpose using SQL pivot. But to use PIVOT you need to use an aggregate. In some situations you dont want to use an aggregate. eg: what if you want to show the value in separate rows? How do you transpose in such situation?
0