Re: difference between explicit inner join and implicit
- From: Shuurai <Shuurai11@xxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 13:43:20 -0700 (PDT)
Is there any difference between explicit 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.
.
- References:
- Prev by Date: Complex Calculation
- Next by Date: Re: Uninstall SQL 2000 Workstation Components
- Previous by thread: Re: difference between explicit inner join and implicit
- Next by thread: Table variables and joins
- Index(es):