FindAllLinked SQL
Ruslan Zasukhin
sunshine at public.kherson.ua
Mon May 7 11:15:48 CDT 2007
On 7/5/07 6:19 PM, "Bart Pietercil" <bart.pietercil at gmail.com> wrote:
> When I look in the grammar
>
> join_specification
> : ON ( link_name | search_condition )
>
> it looks like link name and search condition are mutual exclusive ?
This search_condition is not WHERE clause, but JOIN clause.
FROM T1 join T2 ON T1.Recid = T2.Ptr
The same as
FROM T1 join T2 ON link_T1_T2
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list