<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'SELECT older than x days'</title>
    <description>Snipplr comments feed</description>
    <link>https://ipv6.snipplr.com/</link>
    <lastBuildDate>Wed, 08 Apr 2026 21:52:01 +0000</lastBuildDate>
    <item>
      <title>meme said on 22/Jun/2009</title>
      <link>https://ipv6.snipplr.com/view/2207/select-older-than-x-days</link>
      <description>&lt;p&gt;SELECT created_date, email FROM customers WHERE (created_date &gt;= CURDATE() - INTERVAL 1 DAY)&#13;
&#13;
Note: you can change the 1 to any number of days.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Jun 2009 16:18:01 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/2207/select-older-than-x-days</guid>
    </item>
  </channel>
</rss>
