<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why I use explicit date math in SQL</title>
	<atom:link href="http://www.xaprb.com/blog/2006/12/20/why-i-use-explicit-date-math-in-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/12/20/why-i-use-explicit-date-math-in-sql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jack</title>
		<link>http://www.xaprb.com/blog/2006/12/20/why-i-use-explicit-date-math-in-sql/#comment-2868</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Wed, 20 Dec 2006 22:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=281#comment-2868</guid>
		<description>&lt;p&gt;Wow, I&#039;ve never even tried to subtract a number from a date :) I always subtract dates like this:

&lt;code&gt;CURDATE - INTERVAL 15 DAY&lt;/code&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Wow, I&#8217;ve never even tried to subtract a number from a date :) I always subtract dates like this:</p>
<p><code>CURDATE - INTERVAL 15 DAY</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

