数字转换成美元和人民币
Posted nuaaydh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数字转换成美元和人民币相关的知识,希望对你有一定的参考价值。
select to_char(12313,‘$999,999,999.99‘) from dual --- $12,313.00
select to_char(12313,‘L999,999,999.99‘) from dual ---¥12,313.00
select to_number(‘$551,123.13‘,‘$999,999.99‘) from dual ---551123.13
以上是关于数字转换成美元和人民币的主要内容,如果未能解决你的问题,请参考以下文章