Convert a string value to NUMBER leaving 2 digits after the decimal point: SELECT CAST('345.213' AS NUMBER(5,2)) FROM DUAL;
確定! 回上一頁