Determining Decimal Positions and Rounding Up or Down in Decode Statement
856366Apr 19 2011 — edited Apr 19 2011I have an oracle view that I need to add a decode statement that will (1) determine if the field contains six decimal positions, (0.123456), then rounding up if the 6th number is 5 thru 9 and disregarding if the number is 0 thru 4; then place the results in as five decimal positions.
Any assistance is most appreciated.