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

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.".

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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