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: PL/SQL Cursor : Is this the best way?

Re: PL/SQL Cursor : Is this the best way?

From: Greg Akins <insomnia_at_a1usa.net>
Date: Wed, 16 Jun 1999 03:59:21 -0800
Message-ID: <929534363.1491@www.remarq.com>


Couldn't you just:

select a.name
from table_a a, table_b b
where a.name = b.name(+)
and a.status = 'P'
and b.name is null

Received on Wed Jun 16 1999 - 06:59:21 CDT

Original text of this message

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