<?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: Set the format of &#8216;Date&#8217; fields returned by Oracle</title>
	<atom:link href="http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/</link>
	<description>will.thoughts.pop</description>
	<pubDate>Sat, 22 Nov 2008 23:19:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: CarlJ</title>
		<link>http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-328</link>
		<dc:creator>CarlJ</dc:creator>
		<pubDate>Fri, 28 Jul 2006 09:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-328</guid>
		<description>That's the default out of the box date, which is probably for compatibility back to the 1920s or something. I think the DBA can change the default date, from what I've seen they tend not to bother.

Also ROWNUM gets more fun if you want to return 11 through 20. Something like:

SELECT * FROM (SELECT *,ROWNUM as row FROM table) WHERE row BETWEEN (11,20)</description>
		<content:encoded><![CDATA[<p>That&#8217;s the default out of the box date, which is probably for compatibility back to the 1920s or something. I think the DBA can change the default date, from what I&#8217;ve seen they tend not to bother.</p>
<p>Also ROWNUM gets more fun if you want to return 11 through 20. Something like:</p>
<p>SELECT * FROM (SELECT *,ROWNUM as row FROM table) WHERE row BETWEEN (11,20)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-298</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sat, 22 Jul 2006 08:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-298</guid>
		<description>I still don't like Oracle ;)</description>
		<content:encoded><![CDATA[<p>I still don&#8217;t like Oracle ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-297</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sat, 22 Jul 2006 07:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-297</guid>
		<description>Spazzy.

SELECT * FROM table WHERE ROWNUM&#60;=10;</description>
		<content:encoded><![CDATA[<p>Spazzy.</p>
<p>SELECT * FROM table WHERE ROWNUM&lt;=10;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-296</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sat, 22 Jul 2006 07:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/2006/07/19/set-the-format-of-date-fields-returned-by-oracle/#comment-296</guid>
		<description>SELECT * FROM table WHERE ROWNUM</description>
		<content:encoded><![CDATA[<p>SELECT * FROM table WHERE ROWNUM</p>
]]></content:encoded>
	</item>
</channel>
</rss>
