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 -> Can somone optimize this Query?

Can somone optimize this Query?

From: <vlee_at_jps.net>
Date: Tue, 12 Oct 1999 02:59:35 GMT
Message-ID: <7tu86h$u7o$1@nnrp1.deja.com>


Can anyone optimize this query? It runs really slow. SELECT DISTINCT p.personid, p.first_name, p.last_name, p.username,

p.address1, p.address2, p.city, p.state, p.zip, p.company_name,
p.phone1, p.fax, p.ref_personid, p2.viewable, nvl((p2.last_modified -
p.last_modified), 0) as difference FROM person p, person p2 WHERE
p.ref_personid = p2.personid(+) AND p.ownerid = 25971 ORDER BY 3 ,
p.last_name, p.first_name


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Oct 11 1999 - 21:59:35 CDT

Original text of this message

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