Subject | RE: [ib-support] Self left join |
---|---|
Author | Bob Murdoch |
Post date | 2003-04-11T11:55:17Z |
At 4/10/2003 05:29 PM, Thomas SteinMaurer wrote:
thanks anyway,
Bob M..
> > selectLeft Join = Left Outer Join, so no help there.
> > p1.name, p2.name
> > from
> > products p1
> > left join products p2 on (p2.name = p1.name)
> > where
> > p1.account_id = 1 and
> > p2.account_id = 2
> >
> >
> > Is this not possible? I know that if there was a Product1 and a Product2
> > table, the left join would work correctly.
> >
> > Using FB1 on W2k.
>
>Does a LEFT OUTER JOIN help?
>
>Or did I miss something?
thanks anyway,
Bob M..