|
|
Archives of the TeradataForum
Message Posted: Fri, 14 Jan 2005 @ 15:07:24 GMT
Subj: | | Re: Applying LEFT OUTER JOIN in the WHERE condition |
|
From: | | Howard, Jack W |
| Is there a way I can apply the LEFT OUTER JOINS in the WHERE condition as we do in Oracle. | |
With the release of Oracle 9i over three years ago, Oracle documentation states that one should abandon their legacy join syntax and use
ANSI join syntax. Happily, that is what we use in Teradata. The ANSI syntax is better since it allows the Where clause to be focused solely on
predicate statements.
| |