Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Where to use ISNULL to convert NULL in PIVOT result set

$
0
0
Hi,
I can't figure out where to use ISNULL (or COALESCE) to convert NULL values in the pivot result set to 0. I need to do this because I will be using UNPIVOT to transform the data and it discards any rows that contained NULL.


Viewing all articles
Browse latest Browse all 3145

Trending Articles