<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017085" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017085</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help-1#comment-1099729</link>
    <description> &lt;p&gt;Hey that worked great, but I needed to add a DESC to the end of that to get the news date, thanks for your help!&lt;/p&gt;
&lt;p&gt;Krash_io&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Jan 2002 05:44:31 +0000</pubDate>
 <dc:creator>krash_io</dc:creator>
 <guid isPermaLink="false">comment 1099729 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help-1#comment-1099724</link>
    <description> &lt;p&gt;It should work with the same query that MS SQL Server uses.&lt;/p&gt;
&lt;p&gt;SELECT TOP 1 * FROM table_name ORDER BY field_name&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Jan 2002 04:01:01 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1099724 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help-1#comment-1099721</link>
    <description> &lt;p&gt;Unfortunately I&#039;m using Access&lt;/p&gt;
&lt;p&gt;-Krash&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Jan 2002 03:26:06 +0000</pubDate>
 <dc:creator>krash_io</dc:creator>
 <guid isPermaLink="false">comment 1099721 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help-1#comment-1099694</link>
    <description> &lt;p&gt;What kind of server are you using? (mySQL, M$ SQL, MS Access, etc.)  There are some differences among these servers... the LIMIT query being one of them.&lt;/p&gt;
&lt;p&gt;mySQL is what Will &amp;amp; I posted.&lt;br /&gt;
mySQL Docs: &lt;a href=&quot;http://www.mysql.com/doc/S/E/SELECT.html&quot; class=&quot;bb-url&quot;&gt;6.4.1 SELECT Syntax&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;M$ SQL would look like this:&lt;br /&gt;
SELECT TOP 1 * FROM table_name ORDER BY field_name&lt;/p&gt;
&lt;p&gt;M$ SQL Docs: &lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sa-ses_9sfo.asp&quot; class=&quot;bb-url&quot;&gt;SELECT&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 27 Jan 2002 22:36:09 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1099694 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help-1#comment-1099648</link>
    <description> &lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;SELECT * FROM table_name ORDER BY field_name DESC LIMIT 0,1 &lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 27 Jan 2002 15:31:16 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1099648 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help-1#comment-1099624</link>
    <description> &lt;p&gt;That seems to give me an error on LIMIT.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
 </description>
     <pubDate>Sun, 27 Jan 2002 07:07:48 +0000</pubDate>
 <dc:creator>krash_io</dc:creator>
 <guid isPermaLink="false">comment 1099624 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help-1#comment-1099622</link>
    <description> &lt;p&gt;SELECT * FROM table_name ORDER BY field_name DESC LIMIT 1&lt;/p&gt;
&lt;p&gt;Where field_name is your Timestamp/DateTime/Date data type field.&lt;/p&gt;
 </description>
     <pubDate>Sun, 27 Jan 2002 06:29:16 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1099622 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
