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 -> Help with LIKE operator

Help with LIKE operator

From: <mark.k.lamb_at_jpl.nasa.gov>
Date: Thu, 16 Jul 1998 13:15:00 GMT
Message-ID: <35adfbfb.158702750@news.jpl.nasa.gov>


How can I accomplish pattern-matching on LONG or CLOB datatype fields.

for example:
SELECT * FROM table
WHERE long_datatype_column LIKE '%TEXT%'

When I try this I get an inconsistent datatypes error.

Mark Received on Thu Jul 16 1998 - 08:15:00 CDT

Original text of this message

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