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 -> Help: Oracle "select" statement question!!

Help: Oracle "select" statement question!!

From: John Dixon <jdixon_at_mitre.org>
Date: 1997/07/23
Message-ID: <33D68D8D.40C22ADB@mitre.org>#1/1

Hello fellow Oracle people,

I need your assistance.

I am trying to perform the following Oracle statement:

select TO_CHAR(id) from message_data where organization = "org" AND TO_CHAR(id) NOT IN (select seen_urls from smartpage_data);

I am trying to search for an occurence substring "id" in the result of the "select seen_urls from smartpage_data" statement which returns a string. The NOT IN function does not check for occurences of substring. It just checks the entire string.

Is there a function or method I can use to serarch for the occurence of a substring in the result of a select statement?

Thank You

John Dixon Received on Wed Jul 23 1997 - 00:00:00 CDT

Original text of this message

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