<?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: delete the same rows in the database in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/delete-the-same-rows-in-the-database/m-p/494631#M130381</link>
    <description>&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;select distinct *&lt;/P&gt;
&lt;P&gt;from have;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 20:34:53 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-09-11T20:34:53Z</dc:date>
    <item>
      <title>delete the same rows in the database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/delete-the-same-rows-in-the-database/m-p/494629#M130379</link>
      <description>&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how could i delete the same observation in the data set?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;name, 20001, 200002
aaa,1,1
aaa,1,1
aaa,1,2
bbb,1,2

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;how do I only keep one 'aaa,1,1' in the dataset and get the following data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;name, 20001, 200002
aaa,1,1
aaa,1,2
bbb,1,2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Could you please give me some suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/delete-the-same-rows-in-the-database/m-p/494629#M130379</guid>
      <dc:creator>France</dc:creator>
      <dc:date>2018-09-11T20:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: delete the same rows in the database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/delete-the-same-rows-in-the-database/m-p/494631#M130381</link>
      <description>&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;select distinct *&lt;/P&gt;
&lt;P&gt;from have;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/delete-the-same-rows-in-the-database/m-p/494631#M130381</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-09-11T20:34:53Z</dc:date>
    </item>
  </channel>
</rss>

