Subject | Re: left join |
---|---|
Author | Gediminas |
Post date | 2005-03-08T08:47:15Z |
Thank you, Philip, haven't thought to do filtering in ON place
--- In firebird-support@yahoogroups.com, "unordained"
<unordained_00@c...> wrote:
--- In firebird-support@yahoogroups.com, "unordained"
<unordained_00@c...> wrote:
> That doesn't change anything with respect to the join semantics.b."Val"=:Val and b."Pos"=:Pos and
>
> select a."Nam", b."Pho" from TABLE1 a left join TABLE2 b on
> a."ID"=b."ID_ref";rows that you wanted to see,
>
> If you try to use the WHERE clause, you'll exclude possible Table1
> just because they joined to a Table2 row that you don't want.