Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> outer join order
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
![]() |
![]() |