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: SQL question

Re: SQL question

From: Macquarie Bank Limited <rowan.mccammon_at_macquarie.com.au>
Date: Wed, 27 Sep 2000 13:43:34 +1100
Message-ID: <MPG.143c09e2bdd4a78c989681@news>

How many ways can you skin a cat!

Would something like this do the trick?

select role, name
from proceed pr, party pa
where pr.number0 = pa.fk_proceednumber0
and pr.last_timestamp < sysdate

Not sure why you need proceed.type for though? Also not sure if table is PART or PARTY.

Anyway...hope that helps.

Ro. Received on Tue Sep 26 2000 - 21:43:34 CDT

Original text of this message

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