For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
hi
I have a string 19.19 I want to display the same as 19.20
I tried using round(19.19,1).. it displays 19.2
How can I disply the same as 19.20?
please help