Subject | Re: detailed join mechanism description (FB 1.5) |
---|---|
Author | radekok |
Post date | 2006-09-04T19:33:08Z |
Hi Aron
could you tell me please where this use of the brackets is documented?
I mean those between a keyword "join" and "on".
Regards
Radek
> Note that this is possible in every FB version:Aron,
>
> SELECT
> *
> FROM
> a
> LEFT JOIN (b join c ON (c.id = b.bid)) ON (a.id = b.aid)
could you tell me please where this use of the brackets is documented?
I mean those between a keyword "join" and "on".
Regards
Radek