Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Performance of Recursive Join

Re: Performance of Recursive Join

From: Christoph Wagner <christoph.wagner_at_gamed.com>
Date: 2000/05/17
Message-ID: <8fu2re$61f$1@readme.inode.at>#1/1

Try this one

SELECT DISTINCT id

   FROM person_skill
 WHERE skill IN ('VC++','ORACLE','SYBASE','MSSQL7 );

hth christoph Received on Wed May 17 2000 - 00:00:00 CDT

Original text of this message

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