Subject | Re: [firebird-support] Re: Introduction to stored procedures |
---|---|
Author | Helen Borrie |
Post date | 2004-07-08T13:39:51Z |
At 02:28 PM 8/07/2004 +0200, you wrote:
joins, and the keyword OUTER is entirely optional.
Likewise, INNER JOIN and JOIN are identical. There is no such animal as
LEFT INNER or RIGHT INNER.
/heLen
>Svein Erling wrote:Sorry, Milan, Set is correct. Right and left joins are *always* outer
> > The word INNER and OUTER are optional, so your
> > LEFT JOIN is a LEFT OUTER JOIN.
>
>AFAIK, not really. With LEFT JOIN you don't get ant records if the
>"right" table doesn't match the IN clause. With LEFT OUTER JOIN, you do
>get those records in "left" table that don't have matching records in
>"right" table, but with all columns from "right" table as nulls.
joins, and the keyword OUTER is entirely optional.
Likewise, INNER JOIN and JOIN are identical. There is no such animal as
LEFT INNER or RIGHT INNER.
/heLen