<?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 get the next date for a weekday using Oracle</title>
	<atom:link href="http://www.ioncannon.net/database-administration/93/how-to-get-the-next-date-for-a-weekday-using-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/database-administration/93/how-to-get-the-next-date-for-a-weekday-using-oracle/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:35:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/database-administration/93/how-to-get-the-next-date-for-a-weekday-using-oracle/comment-page-1/#comment-156461</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/oracle/93/how-to-get-the-next-date-for-a-weekday-using-oracle/#comment-156461</guid>
		<description>I did my test in 10g. To be clear, this returns the next day of the week with the given name. If you want the day name of tomorrow you should try: SELECT to_char(sysdate + 1, &#039;DY&#039;) FROM dual;</description>
		<content:encoded><![CDATA[<p>I did my test in 10g. To be clear, this returns the next day of the week with the given name. If you want the day name of tomorrow you should try: SELECT to_char(sysdate + 1, &#039;DY&#039;) FROM dual;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACrush</title>
		<link>http://www.ioncannon.net/database-administration/93/how-to-get-the-next-date-for-a-weekday-using-oracle/comment-page-1/#comment-156261</link>
		<dc:creator>ACrush</dc:creator>
		<pubDate>Tue, 03 Nov 2009 07:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/oracle/93/how-to-get-the-next-date-for-a-weekday-using-oracle/#comment-156261</guid>
		<description>Which version is it? In Version 9 this returns exactly the date next SUNDAY will be. Not next weekday. By the way, the valid entries are sometimes not in english. I have an installation where only Russian abbreviations work.</description>
		<content:encoded><![CDATA[<p>Which version is it? In Version 9 this returns exactly the date next SUNDAY will be. Not next weekday. By the way, the valid entries are sometimes not in english. I have an installation where only Russian abbreviations work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.625 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-17 16:26:41 -->

