What if I don't have a column I can use as an aggregate function in my T-SQL PIVOT?

Posted by Matt W on Stack Overflow See other posts from Stack Overflow or by Matt W
Published on 2010-05-28T09:53:37Z Indexed on 2010/05/28 10:01 UTC
Read the original article Hit count: 349

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about sql

Related posts about pivot