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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Insert character codes in Oracle with SQL command

Re: Insert character codes in Oracle with SQL command

From: DStevens <dstevens_at_navidec.com>
Date: Thu, 13 Dec 2001 15:14:18 -0700
Message-ID: <3C19283A.5674F546@navidec.com>


Or, let the DB do the conversion for you: select ascii('a') from dual;

ASCII('A')


        97

>
Received on Thu Dec 13 2001 - 16:14:18 CST

Original text of this message

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