Oracle 中的类型转换函数
带小数点的字符串(除小数点外其它的都是数字)转换成数值TO_NUMBERConverts a string to the NUMBER data typeTO_NUMBER(<value>[, <format>, <NLS parameter>]) RETURN NUMBERCREATE TABLE test (testcol VARCHAR2(10));INSERT INTO test VALUES ("12345.6...