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 -> querying a long field

querying a long field

From: Maiko <maiko_at_dds.nl>
Date: Fri, 02 Jul 1999 13:55:06 GMT
Message-ID: <377fc3f7.26081463@news.cistron.nl>


Is it possible to query a long field?

For example:

my table looks like

table: longtest

kol1 number;
kol2 long;

select kol2 from longtest where instr(kol2,'text')>0

thanks in advance for any help Received on Fri Jul 02 1999 - 08:55:06 CDT

Original text of this message

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