| Article: |
More on JOINS | |
| Subject: | Right outer joins in MS SQL SERVER | |
| Date: | 2002-05-01 02:13:54 | |
| From: | sanjayk | |
|
I am interested in knowing how the right outer joins work in sql server. I noticed the difference in behavior between the =* and the phrase "right outer join". The result set is different. Please go through the T-sql statements shown below.
|
||
Showing messages 1 through 1 of 1.
-
Right outer joins in MS SQL SERVER
2003-07-10 11:59:34 anonymous2 [View]
The first query works as a cross join because you are not telling the system what type of join you want to use. The second one is written properly.


