Oracle中to_char()函数的用法(转)

更新时间:2023-06-19 08:04:52 阅读: 评论:0

Oracle中to_char()函数的⽤法(转)转:blog.csdn/jiangnan2014/article/details/16908585
(1)⽤作⽇期转换:
to_char(date,'格式');
lect to_date('2005-01-01 ','yyyy-MM-dd') from dual;
lect to_char(sysdate,'yyyy-MM-dd HH24:mi:ss') from dual;
(2)处理数字:
to_char(number,'格式');
lect to_char(88877) from dual;
lect to_char(1234567890,'099999999999999')  from dual;雪魂
lect to_char(12345678,'999,999,999,999')  from dual;
lect to_char(123456,'99.999')  from dual;
lect to_char(1234567890,'999,999,999,999.9999')  from dual;
(3)to_char(salary,'$99,99');
lect TO_CHAR(123,'$99,999.9') from dual;
(4)⽤于进制转换:将10进制转换为16进制;
lect to_char(4567,'xxxx') from dual;
lect to_char(123,'xxx') from dual;
例⼦:
1  to_char 例⼦
2输⼊输出
3 to_char(now(),'Day, HH12:MI:SS')    'Tuesday , 05:39:18'
4 to_char(now(),'FMDay, HH12:MI:SS')    'Tuesday, 05:39:18'
5 to_char(-0.1,'99.99')    ' -.10'
6 to_char(-0.1,'FM9.99')    '-.1'
7 to_char(0.1,'0.9')    ' 0.1'
8 to_char(12,'9990999.9')    ' 0012.0'
9 to_char(12,'FM9990999.9')    '0012'
亲人英语10 to_char(485,'999')    ' 485'
11 to_char(-485,'999')    '-485'
12 to_char(485,'9 9 9')    ' 4 8 5'
13 to_char(1485,'9,999')    ' 1,485'
14 to_char(1485,'9G999')    ' 1 485'
唐诗鉴赏15 to_char(148.5,'999.999')    ' 148.500'
16 to_char(148.5,'999D999')    ' 148,500'
17 to_char(3148.5,'9G999D999')    ' 3 148,500'
18 to_char(-485,'999S')    '485-'
19 to_char(-485,'999MI')    '485-'
团结作文800字20 to_char(485,'999MI')    '485'
21 to_char(485,'PL999')    '+485'
22 to_char(485,'SG999')    '+485'
23 to_char(-485,'SG999')    '-485'
坚持英语怎么说24 to_char(-485,'9SG99')    '4-85'
关于人生的名言名句
25 to_char(-485,'999PR')    '<485>'
26 to_char(485,'L999')    'DM 485断开头的成语
27to_char(485,'RN')    ' CDLXXXV'
28to_char(485,'FMRN')    'CDLXXXV'
29to_char(5.2,'FMRN')    V
30to_char(482,'999th')    ' 482nd'
31to_char(485, '"Good number:"999')    'Good number: 485'
蜜汁烤鸡腿32to_char(485.8,'"Pre-decimal:"999" Post-decimal:" .999')    'Pre-decimal: 485 Post-decimal: .800' 33to_char(12,'99V999')    '12000'
34to_char(12.4,'99V999')    '12400'
35to_char(12.45, '99V9')    '125'

本文发布于:2023-06-19 08:04:52,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1045299.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:进制   名言   数字   成语   蜜汁   名句
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图