Conversion Functions Oracle PLSQL Tutorial

SQL>
SQL> Select TO_CHAR(12345.67, '99999.99') from dual;
TO_CHAR(1
---------
 12345.67