Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Numeric values of Kanji characters

Re: Numeric values of Kanji characters

From: <esiyuri_at_my-dejanews.com>
Date: Thu, 08 Oct 1998 16:30:43 GMT
Message-ID: <6vipbk$3o6$1@nnrp1.dejanews.com>


In article <6ve0p3$lf8$1_at_plug.news.pipex.net>,   "Mike Gould" <mike.gould_at_dial.pipex.com> wrote:

Mike, (copy sent by email)

just after I sent my previous reply, I came across the DUMP() function. This may do exactly what you want as it returns (by default) a decimal interpretation of the internal format of the supplied parameter:

SQL> select dump('ABCD') from dual;

DUMP('ABCD')



Typ=96 Len=4: 65,66,67,68

Does this help?

--

Regards
Yuri McPhedran

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Oct 08 1998 - 11:30:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US