<?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"
	>
<channel>
	<title>Comments on: MySQL ADDDATE or DATE_ADD</title>
	<atom:link href="http://www.geekyboy.com/archives/20/feed" rel="self" type="application/rss+xml" />
	<link>http://www.geekyboy.com/archives/20</link>
	<description>Yep, another Geek weblog</description>
	<pubDate>Tue,  6 Jan 2009 02:41:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: VOKIEL</title>
		<link>http://www.geekyboy.com/archives/20#comment-116</link>
		<dc:creator>VOKIEL</dc:creator>
		<pubDate>Fri, 29 Aug 2008 11:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekyboy.com/archives/20#comment-116</guid>
		<description>There are 6 types of INTERVAL in ADDDATE or DATE_ADD. Those are: SECOND, MINUTE, HOUR, DAY, MONTH, YEAR
So You could use:
&lt;code&gt;
mysql&#62; SELECT DATE_ADD('1998-01-02', INTERVAL 1 MONTH);
        -&#62; '1998-02-02'
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>There are 6 types of INTERVAL in ADDDATE or DATE_ADD. Those are: SECOND, MINUTE, HOUR, DAY, MONTH, YEAR<br />
So You could use:<br />
<code><br />
mysql&gt; SELECT DATE_ADD('1998-01-02', INTERVAL 1 MONTH);<br />
        -&gt; '1998-02-02'<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
