SQL > select sal,to_char(sal,'99999999.99') sal from emp; ... That converts it to a CHAR. Is it possible to convert it to a DECIMAL?
確定! 回上一頁