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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Using just 'join' defaults to what?

Author  Topic 

sql777
Constraint Violating Yak Guru

314 Posts

Posted - 2008-02-01 : 20:46:15
Hi,

If I just do a 'join' clause, does that default to a 'inner join'?

e.g.
select *
from table1
join table2

Will this be a inner, outer or?

nathans
Aged Yak Warrior

938 Posts

Posted - 2008-02-01 : 21:16:14
yes, inner

Nathan Skerl
Go to Top of Page
   

- Advertisement -