Community

SQL Server – Changing Rows to Columns Using PIVOT

(Paresh Prajapati) During working with one logic, i got chance to work with PIVOT operation. Sometime we need do require rowdata as column in our custom logic, then we can use some temp table and then populate agreegate data in temp table. But With PIVOT we can do it very easily. Let me prepare smal

Read More - Register for Free Membership