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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Help me with this query!

Re: Help me with this query!

From: Rajagopal Venkataramany <gvrvrr_at_yahoo.com>
Date: Mon, 15 Jan 2001 15:28:09 -0800 (PST)
Message-Id: <10742.126721@fatcity.com>


Hi,

  When u concatenate C1 and C2 in the where condition   the index will not be used.

  Instead, try it this way :

  where (c1,c2) in (select c1,c2 from t2);

Regards
Rajagopal Venkataramany


Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. Received on Mon Jan 15 2001 - 17:28:09 CST

Original text of this message

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