<?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: SQL equivalent in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SQL-equivalent/m-p/231208#M42037</link>
    <description>&lt;P&gt;Union All will include duplicates.&amp;nbsp; Union will remove duplicates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table table1 as&lt;BR /&gt;select obs2,obs4&lt;BR /&gt;from table2&lt;BR /&gt;union&lt;BR /&gt;select obs2,obs4&lt;BR /&gt;from table3&lt;BR /&gt;union&lt;BR /&gt;select obs2,obs4&lt;BR /&gt;from table4;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2015 16:36:57 GMT</pubDate>
    <dc:creator>Steelers_In_DC</dc:creator>
    <dc:date>2015-10-22T16:36:57Z</dc:date>
    <item>
      <title>SQL equivalent</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SQL-equivalent/m-p/231207#M42036</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA TABLE1;
 SET TABLE2
     TABLE3
     TABLE4;
 KEEP OBS2 OBS4;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:31:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SQL-equivalent/m-p/231207#M42036</guid>
      <dc:creator>G_I_Jeff</dc:creator>
      <dc:date>2015-10-22T16:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL equivalent</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SQL-equivalent/m-p/231208#M42037</link>
      <description>&lt;P&gt;Union All will include duplicates.&amp;nbsp; Union will remove duplicates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table table1 as&lt;BR /&gt;select obs2,obs4&lt;BR /&gt;from table2&lt;BR /&gt;union&lt;BR /&gt;select obs2,obs4&lt;BR /&gt;from table3&lt;BR /&gt;union&lt;BR /&gt;select obs2,obs4&lt;BR /&gt;from table4;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:36:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SQL-equivalent/m-p/231208#M42037</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2015-10-22T16:36:57Z</dc:date>
    </item>
  </channel>
</rss>

