Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, November 17, 2017

0 or $0.00 instead of NULL?

SQLServerCentral » Latest topics
0 or $0.00 instead of NULL?
[code language="sql"]SELECT
    '$' + CONVERT(VARCHAR(12), SUM(CAST([ie].[AMOUNT] AS MONEY)))[/code]

I tried this:
[code language="sql"]

No comments: