Do we have any function to define how many default decimal places should be there in a field ?
I have defined this as Number(14,2). I want this to hold atleast two decimal places at all the time. not less that that. For example if I pass 4760.4 from the PL/SQL It should display in thisĀ as 4760.00 always. If it's 4760.6 then it should be 4760.60 not 4760.6
any ideas please?
9974.4 should give me 9974.40.
Thanks