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 -> Re: tricky SQL Question

Re: tricky SQL Question

From: dave mausner <dmausner_at_ameritech.x.net>
Date: Fri, 04 Feb 2000 02:26:39 GMT
Message-ID: <8ECFCA789dlm@206.141.192.241>


larry.pettit_at_ps.net (Larry Pettit) wrote in <T5pm4.541$SO4.7493_at_news.uswest.net>:
>
>I want to do a lookup where I get a match based on the number of words
>entered. For example I know that a self join, or subquerry would work but I
>would have to add a level or table for each keyword.

select distinct product from lookup where keyword in ('bat','ball','base') --
dave mausner Received on Thu Feb 03 2000 - 20:26:39 CST

Original text of this message

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