round(45.923,-1) gives a result of 50. Why is this? How it is calculated?
round(45.923,-1)
(sorry guys i was mistaken with earlier version of this question suggestin
And on Sql Server 2005:
select round(45.923,-1) ------ 50.000
What database are you running this on?