Subject | Re: [ib-support] Self left join |
---|---|
Author | Bob Murdoch |
Post date | 2003-04-11T11:56:20Z |
At 4/10/2003 05:49 PM, Arno Brinkman wrote:
Now the question is why?
Bob M..
>selectBrilliant. That did the trick.
> p1.name, p2.name
>from
> products p1
> left join products p2 on (p2.name = p1.name and p2.account_id = 2)
>where
> p1.account_id = 1
Now the question is why?
Bob M..