SyntaxFix
Write A Post
Hire A Developer
Questions
You could use
SELECT ISNULL(SUM(ISNULL(Price, 0)), 0).
SELECT ISNULL(SUM(ISNULL(Price, 0)), 0)
I'm 99% sure that will work.