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 -> SELECT SQL

SELECT SQL

From: beerora <beersa.beersa_at_gmail.com>
Date: 23 Apr 2007 23:39:51 -0700
Message-ID: <1177396791.468985.274100@n15g2000prd.googlegroups.com>


Hi,

I have a following SQL query.

Select a.id,a.name,a.age,a.class,a.tel from table01 a, table02 b where a.name=USER and (a.id=b.id01 or a.id=b.id02 or a.id=b.id03 or a.id=b.id04 or a.id=b.id05 or. a.id=b.id06)

The above query took long time.

How can I optimize this for better result?

Thanks. Received on Tue Apr 24 2007 - 01:39:51 CDT

Original text of this message

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