`

oracle 数字格式转换 select to_number('$8,000.80','$999,999,999.99') from dual;

阅读更多

select to_number('$8,000.80','$999,999,999.99') from dual;

8,000.80' 要转换的值

'$999,999,999.99' 格式字符串

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics