Community

TSQL Pivot Rotations using only REPLACE

(Hugh Bin-Haad) Pivoting SQL Server tables is always awkward, even with the PIVOT and UNPIVOT operators. If you want to get the job done without GROUP BY or PIVOT, here is a way to do it using only REPLACE.

Read More - Register for Free Membership