For example,
956 should round to 950
985.5 should round to 1000
145 should round to 150
and so on...
How to script this in sql?
I'm trying to use the ROUND function in sql but it doesn't work.
Thanks for your help.
Andel
956 should round to 950
985.5 should round to 1000
145 should round to 150
and so on...
How to script this in sql?
I'm trying to use the ROUND function in sql but it doesn't work.
Thanks for your help.
Andel