Re: difference between explicit inner join and implicit

Re: difference between explicit inner join and implicit

am 31.03.2008 22:43:20 von Shuurai

> Is there any difference between =A0explicit inner join and implicit
> inner join

Technically no, but it's a good idea to make it a habit to use the
explicit inner join. It is considered the standard nowadays, is
easier to read and debug, and is consistent with the OUTER JOIN
syntax.