<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Frank Seitz - Developer Logbuch - SQL</title>
    <link>http://fseitz.de/blog/</link>
    <description>Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 13 Sep 2011 06:47:16 GMT</pubDate>

    <image>
        <url>http://fseitz.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Frank Seitz - Developer Logbuch - SQL - Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</title>
        <link>http://fseitz.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>SQL: Doubletten finden</title>
    <link>http://fseitz.de/blog/index.php?/archives/66-SQL-Doubletten-finden.html</link>
            <category>SQL</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/66-SQL-Doubletten-finden.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=66</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=66</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;div class=&quot;sdoc-code-div&quot;&gt;
  &lt;pre class=&quot;sdoc-code-pre&quot;&gt;SELECT col1, ..., colN, COUNT(*)&amp;#10;FROM tab&amp;#10;GROUP BY col1, ..., colN&amp;#10;HAVING COUNT(*) &amp;gt; 1&lt;/pre&gt;
&lt;/div&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  &lt;tt class=&quot;sdoc-seg-c&quot;&gt;col1, ..., colN&lt;/tt&gt; sind die Kolumnen, über denen die
  Doubletten-Eigenschaft geprüft wird.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 05 Sep 2011 14:19:53 +0200</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/66-guid.html</guid>
    
</item>

</channel>
</rss>