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

Display 'blank' cell when it is null.

$
0
0
The data type of the column is decimal(9,2). I wanted an empty cell to be displayed when the output is NULL.
COALESCE(column, '') would display empty cell, shouldn't data type conversion be required.
Howe

Viewing all articles
Browse latest Browse all 3145

Trending Articles