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: Sql command for long raw colunn

Re: Sql command for long raw colunn

From: Lars Windels <windels_at_swms.de>
Date: Wed, 27 Mar 2002 13:32:26 +0100
Message-ID: <a7se6e$glr$02$1@news.t-online.com>


Hello.

Try this:

SELECT xy INTO remarkStream FROM table;

sys.utl_raw.cast_to_varchar2(remarkStream)

"BASSARD Gilles" <gilles.bassard_at_free.fr> schrieb im Newsbeitrag news:3c9cb875$0$23206$626a54ce_at_news.free.fr...
> I have a table with a long raw data . in fact the data is 32 bytes
> information
> how can I read the information of this column
>
> thanks in advance
> Gilles
>
>
Received on Wed Mar 27 2002 - 06:32:26 CST

Original text of this message

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