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 -> outer join order

outer join order

From: Yucheng SHA <yucheng.sha_at_netcourrier.com>
Date: Tue, 20 Nov 2001 15:21:36 +0100
Message-ID: <9tgcvv$u98$1@s1.read.news.oleane.net>

hello

this is a question de SQL syntax

as you know , the outer join operations are not mutable between them :

(A leftJoin b ) leftJoin C != (A leftJoin (B leftJoin C)

in Oracle , how can we determin the order of several outer join ?

TIA Received on Tue Nov 20 2001 - 08:21:36 CST

Original text of this message

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