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 -> CLOB variable

CLOB variable

From: black <supergenial73_at_hotmail.com>
Date: Wed, 23 Jul 2003 15:47:57 +0200
Message-ID: <3f1e91b7$0$15305$626a54ce@news.free.fr>


Hello,
How can i use a varible which has varchar2 datatype. but the contains size of this variable is over than 23767. I want to use Clob datatype but how can ujse it.

Exple:
v_where varchar2(32000)

select * from tt where tt.idy IN (v_where).

thanks Received on Wed Jul 23 2003 - 08:47:57 CDT

Original text of this message

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