Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 inner join syntax

Author  Topic 

Movp69
Starting Member

10 Posts

Posted - 2009-03-16 : 13:48:12
Hi,

Using Microsoft SQL Server 2005, can I replace the syntax:
INNER JOIN

for just:
JOIN

I thought I read this in a book, but cannot find it.

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-03-16 : 13:50:03
Yup you can . JOIN is same as INNER JOIN
Go to Top of Page
   

- Advertisement -