How to get a quotient value in a division?
843414Apr 13 2011 — edited Apr 14 2011The MOD function returns the remainder of a division, but how can we get the value in quotient?
I want to check if the quotient of a division has a decimal followed by 5 (xxxx.5) to apply banker's rounding.
Or is there a different function to calculate banker's rounding in Oracle?