Rounding a number to a desired multiple
31331Dec 3 2004 — edited Dec 3 2004Hi,
I will really appreciate if someone will give me some input on how to achieve a mround functionality in Oracle.
Basically if I have a number may be say 8706 and I want to round it to a multiple of 250 like in excel
mround(8706,250) you get 8750. How do I achieve this in Oracle. This is urgent. I will appreciate any kind of input.
Thanks