August 19, 2016 at 11:55 am
Is this possible? I wish to sum the column, round it, and also account for null values in a single statement, something like
select isnull(round(sum(column),0) as Total from table where blah = blah
The statement above does not work, obviously, but what will?
August 19, 2016 at 12:28 pm
You're missing the second parameter and closing parenthesis to either ROUND or ISNULL.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy