What if I don't have a column I can use as an aggregate function in my T-SQL PIVOT?
- by Matt W
As seen here: http://www.tsqltutorials.com/pivot.php
What if I don't have a column I can perform a SUM upon? How do I get a pivot'ed table result?
Thanks,
Matt.