<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: max code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 28 Aug 2008 21:58:49 GMT</pubDate>
    <description>DZone Snippets: max code</description>
    <item>
      <title>Sql max search</title>
      <link>http://snippets.dzone.com/posts/show/3174</link>
      <description>Question:  I'm trying to retrieve some info from an Oracle database. I've got a table named Scoring with two fields - Name and Score. What I want to get is the highest score from the table and the name of the player.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;    SELECT Name, Score&lt;br /&gt;    FROM Scoring&lt;br /&gt;    WHERE Score = (select Max(Score) from Scoring);&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;http://www.techonthenet.com/sql/max.php&gt;</description>
      <pubDate>Tue, 19 Dec 2006 18:34:42 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3174</guid>
      <author>Mickael (Mickael)</author>
    </item>
  </channel>
</rss>
