您的位置:首页 > 数据库 > Oracle

to_char() oracle 用法

2009-11-24 21:26 260 查看
select tmp.cus_code, cus.cus_name, to_char(tmp.receive,'fm999,999,999,999,990')receive,to_char(tmp.sellout,'fm999,999,999,999,990')sellout,to_char(tmp.marksellout,'fm999,999,999,999,990')marksellout, to_char(tmp.stock,'fm999,999,999,999,990')stock, to_char(tmp.price,'999,999,999,999,999.99')price,cus.rep_sales from
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: