<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037476" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037476</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operators-mysql-query#comment-1214817</link>
    <description> &lt;p&gt;Okay, thanks. Sorry I left out the Select * bit - just didn&#039;t think it was relevant...&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Feb 2007 20:02:17 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1214817 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operators-mysql-query#comment-1214815</link>
    <description> &lt;p&gt;It would work something like this...&lt;/p&gt;
&lt;p&gt;SELECT *&lt;br /&gt;
FROM sometable&lt;br /&gt;
WHERE year &amp;gt;= 2&lt;br /&gt;
AND year &amp;lt;= 4&lt;/p&gt;
&lt;p&gt;The = after the &amp;lt; or &amp;gt; makes it inclusive, rather than exclusive. With the second one you mentioned, it would only grab ones where year was 3. Assuming it was an integer and not a float, of course.&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Feb 2007 19:52:21 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1214815 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
