Welcome to Vishnu Sign in | Join | Help

Vishnu Prasad blog

This space gives you a sneak peak into whats going inside and outside my head

Browse by Tags

All Tags » Pivot   (RSS)
PIVOT in SQL Server 2005
We can use PIVOT relational operator to change a table-valued expression into another table. PIVOT rotates a table-valued expression by turning the unique values from one column in the expression into multiple columns in the output, and performs aggregations Read More...