Skip to Main Content

SQL & PL/SQL

Announcement

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!

number to string

hemant_kJun 18 2025

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

This post has been answered by Lothar Armbrüster on Jun 18 2025
Jump to Answer
Comments
Post Details
Added on Jun 18 2025
5 comments
168 views