I have following table:
and I want:
It is not about pivot table. I want a select query to get the desired query.
I want to make view from the query result.
Please help me.
I have following table:
and I want:
It is not about pivot table. I want a select query to get the desired query.
I want to make view from the query result.
Please help me.
Solution for your problem is to use PIVOT
Try to look at this: Convert Rows to columns using 'Pivot' in SQL Server