时间:2024-11-18 23:00:44
oracle中的to_number,Oracle中to_number()函数的用法
to_number()函数是oracle中常用的类型转换函数之一,是将一些处理过的按一定格式编排过的字符串变回数值型的格式。
1. to_number()函数可以将char或varchar2类型的string转换为一个number类型的数值;
2. 需要注意的是,被转换的字符串必须符合数值类型格式,如果被转换的字符串不符合数值型格式,Oracle将抛出错误提示;
3. to_number和to_char恰好是两个相反的函数;
《oracle中to_number()函数的用法》不代表本网站观点,如有侵权请联系我们删除