<?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: How to add years, months and days to a date</title>
	<atom:link href="http://oraqa.com/2007/06/28/how-to-add-years-months-and-days-to-a-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2007/06/28/how-to-add-years-months-and-days-to-a-date/</link>
	<description>Oracle Question and Answer</description>
	<lastBuildDate>Mon, 19 Dec 2011 14:21:07 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://oraqa.com/2007/06/28/how-to-add-years-months-and-days-to-a-date/comment-page-1/#comment-211</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Wed, 18 Jul 2007 03:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2007/06/28/how-to-add-years-months-and-days-to-a-date/#comment-211</guid>
		<description>Thanks for the tip Laurent.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Laurent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://oraqa.com/2007/06/28/how-to-add-years-months-and-days-to-a-date/comment-page-1/#comment-210</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Tue, 17 Jul 2007 09:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2007/06/28/how-to-add-years-months-and-days-to-a-date/#comment-210</guid>
		<description>make sure you know what you want to do with variable months

what does adding one month to 30 june means? 

what does adding 18 years to 29 february means?

adding y2m interval often leads to 

&lt;pre&gt;
SQL&gt; select date &#039;2007-07-31&#039; - interval &#039;00-01&#039; year to month from dual
select date &#039;2007-07-31&#039; - interval &#039;00-01&#039; year to month from dual
*
Error at line 0
ORA-01839: date not valid for month specified
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>make sure you know what you want to do with variable months</p>
<p>what does adding one month to 30 june means? </p>
<p>what does adding 18 years to 29 february means?</p>
<p>adding y2m interval often leads to </p>
<pre>
SQL&gt; select date '2007-07-31' - interval '00-01' year to month from dual
select date '2007-07-31' - interval '00-01' year to month from dual
*
Error at line 0
ORA-01839: date not valid for month specified
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

