<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PROC SQL : oppesite of JOIN in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163099#M42341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could perform a union all of one and two and then use a count function, group by and having clause to filter the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 23:57:39 GMT</pubDate>
    <dc:creator>Scott_Mitchell</dc:creator>
    <dc:date>2014-11-10T23:57:39Z</dc:date>
    <item>
      <title>PROC SQL : oppesite of JOIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163094#M42336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my University ive got this task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONE&lt;/P&gt;&lt;P&gt;red&lt;/P&gt;&lt;P&gt;green&lt;/P&gt;&lt;P&gt;brown&lt;/P&gt;&lt;P&gt;brown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TWO&lt;/P&gt;&lt;P&gt;purple&lt;/P&gt;&lt;P&gt;green&lt;/P&gt;&lt;P&gt;brown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my goal:&lt;/P&gt;&lt;P&gt;is get the colors who only shown once&lt;/P&gt;&lt;P&gt;with INNER RIGHT LEFT FULL JOIN&lt;/P&gt;&lt;P&gt;in this case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;red&lt;/P&gt;&lt;P&gt;purple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just wanna have a hint&lt;/P&gt;&lt;P&gt;wanna do the rest by my self &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 20:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163094#M42336</guid>
      <dc:creator>suicidedoor</dc:creator>
      <dc:date>2014-11-09T20:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : oppesite of JOIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163095#M42337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.w3schools.com/sql/sql_join_inner.asp" title="http://www.w3schools.com/sql/sql_join_inner.asp"&gt;SQL INNER JOIN Keyword&lt;/A&gt; (just google to study/learning examples)&amp;nbsp; SAS is supporting Ansi SQL with some minor details being different. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 20:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163095#M42337</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-09T20:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : oppesite of JOIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163096#M42338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's quite a good task as it will make you dive into the workings of SQL. One way to go: FULL JOIN with a HAVING clause - and eventually a COALESCE() in the SELECT&lt;/P&gt;&lt;P&gt;Another option here: &lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/viewer.htm#a001361224.htm" style="font-size: 10pt; line-height: 1.5em;" title="http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/viewer.htm#a001361224.htm"&gt;SAS(R) 9.2 SQL Procedure User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 21:26:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163096#M42338</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-11-09T21:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : oppesite of JOIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163097#M42339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following&amp;nbsp; image may help you viisualize the various types of SQL joins...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7852" alt="image.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7852_image.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 06:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163097#M42339</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2014-11-10T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : oppesite of JOIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163098#M42340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi (suicidedoor?) - do you specifically have to use a JOIN clause. Your desired result could be achieved in SQL using SET operators.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 22:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163098#M42340</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2014-11-10T22:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : oppesite of JOIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163099#M42341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could perform a union all of one and two and then use a count function, group by and having clause to filter the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 23:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-oppesite-of-JOIN/m-p/163099#M42341</guid>
      <dc:creator>Scott_Mitchell</dc:creator>
      <dc:date>2014-11-10T23:57:39Z</dc:date>
    </item>
  </channel>
</rss>

