Hi,
I have written a select query that provides me with a numerical result. However, I would like the Result to never be less than 0.
Is it possible to end a select query with some form of IF statement that would print "0" if the result was negative?
I have written a select query that provides me with a numerical result. However, I would like the Result to never be less than 0.
Is it possible to end a select query with some form of IF statement that would print "0" if the result was negative?