I am using an Oracle 8i database and from what I understand, the round function defaults to using the symmetric arithmetric rounding (or round-half-up) method. I am trying to to use the round-to-even method (or unbiased rounding, convergent rounding, statistician's rounding, dutch rounding...
How do I get Oracle SQL to use the bankers rounding method instead of the symmetric arithmetic rounding method? Or has anyone written a function to do this in Oracle? MS Visual Basic defaults to this method but Oracle does not.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.