Oracle整形转字符串to_char()

2015-11-21 02:08:35 · 作者: · 浏览: 7

使用to_char()将NUMBER转换为字符串:

select to_char(AW_PROCESSSTATUS ) as PROCESSSTATUS
from A