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 -> Re: join with criteria

Re: join with criteria

From: Slarti <1012-873_at_gmx.de>
Date: 6 Feb 2002 23:03:46 -0800
Message-ID: <ccb8e3b6.0202062303.427eb29b@posting.google.com>


???

What about the classic way: joining the tables table_a.primaryKey <--> table_b.foreignKey and using a WHERE Clause e.g.:

...

WHERE <joining condition like above>
AND order.status = 'A'
AND orderline.supplier = 'XXX'
...
Received on Thu Feb 07 2002 - 01:03:46 CST

Original text of this message

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