Subject Re: [IBO] Links question
Author Svein Erling Tysvaer
No, on the contrary it is better to use JOIN (SQL-92) rather than link the
tables in the WHERE clause (SQL-89). Also, using JOIN it is possible to use
outer joins (LEFT, RIGHT and FULL).

Set

At 14:03 26.06.2003 +0200, you wrote:
>I think I will just continue to write my own joins - unless there is some
>reason why I should use JoinLinks?