Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: outer join problem
May be???:
select xyz from t1 a, t1 b, t1 c, t2 d, t3 e, t4 f where
d.id_prop = a.id_pi_template(+) and
e.id_prop = b.id_pi_template(+) and
f.id_prop = c.id_pi_template(+) and
a.rowid = b.rowid and a.row_id = c.rowid and ...
Jan Pruner
Dne ?t 6. zá?í 2001 19:26 jste napsal(a):
> Hi,
>
> In one of our queries a table is participating in 3 outer joins ..but
> oracle only allows one outer join per table....
> how can we achieve to have more than 1 outer join for a particular table :
>
> for example like :
>
> t_recur.id_prop = t_pl_map.id_pi_template(+) and
> t_discount.id_prop = t_pl_map.id_pi_template(+) and
> t_aggregate.id_prop = t_pl_map.id_pi_template(+) and
>
>
> Thanks
> -Harvinder
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jan Pruner INET: jan_at_pruner.cz Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Sep 06 2001 - 11:48:23 CDT
![]() |
![]() |