Subject Re: detailed join mechanism description (FB 1.5)
Author radekok
Hi Aron

> Note that this is possible in every FB version:
>
> SELECT
> *
> FROM
> a
> LEFT JOIN (b join c ON (c.id = b.bid)) ON (a.id = b.aid)

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