BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
kuridisanjeev
Quartz | Level 8

Is there any difference between left join and left outer join??????

please clarify me..

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

Well, the answer is No. From the paper:

"Often you will hear the "left outer join" referred to as just the "left join". This is because the code that creates the join uses only the keyword "left join". The terms, however, are synonymous. "

/Linus

Data never sleeps

View solution in original post

3 REPLIES 3
art297
Opal | Level 21

Yes.  A nice description, I think, is shown and described in the paper: http://www2.sas.com/proceedings/sugi30/249-30.pdf

It compares sql joins with data step merge operations, and shows the various merges and joins in terms of a venn diagram.

LinusH
Tourmaline | Level 20

Well, the answer is No. From the paper:

"Often you will hear the "left outer join" referred to as just the "left join". This is because the code that creates the join uses only the keyword "left join". The terms, however, are synonymous. "

/Linus

Data never sleeps
Howles
Quartz | Level 8

It's documented (http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#p1bk7i6jqseje7n1li...😞

"Outer joins are inner joins that have been augmented with rows that did not match with any row from the other table in the join.".

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 30471 views
  • 1 like
  • 4 in conversation