From String to Decimal - SQL Statement

Select TO_CHAR('360','000000.00') FROM DUAL;

Output 360.00

Comments