<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/"
> 

  <channel rdf:about="http://snowcrash.twoday.net/">
    <title>web &amp; tech blog (Rubrik:sql)</title>
    <link>http://snowcrash.twoday.net/</link>
    <description> </description>
    <dc:publisher>korbendallas</dc:publisher>
    <dc:creator>korbendallas</dc:creator>
    <dc:date>2005-11-30T12:39:41Z</dc:date>
    <dc:language>en</dc:language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
    
    <image rdf:resource="http://twoday.net/static/icon.gif" />
    <items>
      <rdf:Seq>
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/702389/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/700087/" />

      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://twoday.net/static/icon.gif">
    <title>web &amp; tech blog</title>
    <url>http://twoday.net/static/icon.gif</url>
    <link>http://snowcrash.twoday.net/</link>
  </image>

  <item rdf:about="http://snowcrash.twoday.net/stories/702389/">
    <title>SQL LIKE</title> 
    <link>http://snowcrash.twoday.net/stories/702389/</link>
    <description>SELECT &quot;column_name&quot;&lt;br /&gt;
FROM &quot;table_name&quot;&lt;br /&gt;
WHERE &quot;column_name&quot; LIKE {PATTERN}&lt;br /&gt;
&lt;br /&gt;
Game in der Produkttabelle suchen:&lt;br /&gt;
SELECT id&lt;br /&gt;
FROM prodcuts&lt;br /&gt;
WHERE title LIKE &apos;%Gamename%&apos;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>sql</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-05-19T09:47:29Z</dc:date>
  </item> 
  <item rdf:about="http://snowcrash.twoday.net/stories/700087/">
    <title>Immer wieder gern vergessen</title> 
    <link>http://snowcrash.twoday.net/stories/700087/</link>
    <description>Wie viele Zeilen hat ein ResultSet?&lt;br /&gt;
&lt;br /&gt;
Um herauszufinden, wie viele Zeilen ein ResultSet liefern kann, lassen sich trickreiche JDBC2-Eigenschaften nutzen. Soll in der Variablen rows die Anzahl Zeilen stehen, schreiben wir:&lt;br /&gt;
&lt;br /&gt;
rs.last();&lt;br /&gt;
int rows = rs.getRow();&lt;br /&gt;
rs.beforeFirst();</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>sql</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-05-18T13:26:28Z</dc:date>
  </item> 


<textinput rdf:about="http://snowcrash.twoday.net/search">
   <title>find</title>
   <description>Search this site:</description>
   <name>q</name>
   <link>http://snowcrash.twoday.net/search</link>
</textinput>


</rdf:RDF>
