Conversion Functions Oracle PLSQL Tutorial

SQL> Select TO_CHAR(12345.67, '099,999.99')   from dual;
TO_CHAR(123
-----------
 012,345.67
SQL>