会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
notis
博客园
首页
新随笔
联系
管理
订阅
2020年2月29日
oracle to_char()函数--数字型到字符型
摘要: 数字型到字符型转换是可以自动转换的,当需要前置0时,需要用到to_char()函数 select to_char(8,'00') from dual ; --结果为' 08',注意有个代表正负号位置的空格 select trim(to_char(8,'00')) from dual ; --结果为'
阅读全文
posted @ 2020-02-29 17:17 notis
阅读(1598)
评论(0)
推荐(0)
编辑
公告