<?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: What is an SQL Query for showing the details of one table that another doesn’t have. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/555840#M154741</link>
    <description>&lt;P&gt;Have you looked at SQL's EXCEPT operator?&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2019 04:55:57 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-05-03T04:55:57Z</dc:date>
    <item>
      <title>What is an SQL Query for showing the details of one table that another doesn’t have.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/555838#M154739</link>
      <description>&lt;P&gt;&lt;STRONG&gt;What is an SQL Query for showing the details of one table that another doesn’t have.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 04:38:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/555838#M154739</guid>
      <dc:creator>AakashData</dc:creator>
      <dc:date>2019-05-03T04:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is an SQL Query for showing the details of one table that another doesn’t have.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/555840#M154741</link>
      <description>&lt;P&gt;Have you looked at SQL's EXCEPT operator?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 04:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/555840#M154741</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-05-03T04:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is an SQL Query for showing the details of one table that another doesn’t have.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/555945#M154789</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/269455"&gt;@AakashData&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;What is an SQL Query for showing the details of one table that another doesn’t have.&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In terms of rows or in terms of different variable names? Vague questions will get you vague answers, please take the time to detail your questions.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 14:41:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/555945#M154789</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-03T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is an SQL Query for showing the details of one table that another doesn’t have.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/556147#M154888</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;The query that can be used is:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;SELECT * FROM Worker
MINUS
SELECT * FROM Title;&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 May 2019 04:42:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/556147#M154888</guid>
      <dc:creator>sandeep12</dc:creator>
      <dc:date>2019-05-04T04:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is an SQL Query for showing the details of one table that another doesn’t have.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/556339#M154984</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/253980"&gt;@sandeep12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MINUS operator is only used by a few databases.&lt;/P&gt;
&lt;P&gt;SAS uses the ANSI-standard EXCEPT operator.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 03:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-an-SQL-Query-for-showing-the-details-of-one-table-that/m-p/556339#M154984</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-05-06T03:13:08Z</dc:date>
    </item>
  </channel>
</rss>

