oracle中,如何用plsql将数字5529转换成unicode字符 ‘天’ ?

这里的5529是指16进制数字。我主要是想知道oracle有类似的函数没有?... 这里的5529是指16进制数字。我主要是想知道oracle有类似的函数没有? 展开
 我来答
若以下回答无法解决问题,邀请你更新回答
loverBB_h
2011-03-21 · TA获得超过274个赞
知道小有建树答主
回答量:424
采纳率:0%
帮助的人:343万
展开全部
chr函数可以帮助你
追问
我看了官方文档,chr函数貌似只支持ASCII字符。
追答
ORALCE官方文档如是说:
For multibyte character sets, this sort of concatenation gives different results. For
example, given a multibyte character whose hexadecimal value is a1a2 (a1
representing the first byte and a2 the second byte), you must specify for n the decimal
equivalent of 'a1a2', or 41378:
SELECT CHR(41378) FROM DUAL;
You cannot specify the decimal equivalent of a1 concatenated with the decimal
equivalent of a2, as in the following example:
SELECT CHR(161)||CHR(162) FROM DUAL;
However, you can concatenate whole multibyte code points, as in the following
example, which concatenates the multibyte characters whose hexadecimal values are
a1a2 and a1a3:
SELECT CHR(41378)||CHR(41379) FROM DUAL;
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式