Round negative numbers to zero
68233Aug 19 2004 — edited Aug 19 2004Hi
This is probably a really stupid question but how can I round a result to zero if the value is negative.
Example:
select points from members
1234
-234
9876
The value -234 should come out as 0
Rgds
Robert