<?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: 不可逆的日期转换</title>
	<atom:link href="http://www.anysql.net/oracle/get_the_credit_card.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anysql.net/oracle/get_the_credit_card.html</link>
	<description>Oracle DBA,MySQL DBA, 数据恢复, 数据迁移, 报表软件, 性能优化, 系统监控</description>
	<lastBuildDate>Tue, 16 Mar 2010 14:27:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jametong</title>
		<link>http://www.anysql.net/oracle/get_the_credit_card.html/comment-page-1#comment-1749</link>
		<dc:creator>jametong</dc:creator>
		<pubDate>Sun, 12 Oct 2008 18:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e4%b8%8d%e5%8f%af%e9%80%86%e7%9a%84%e6%97%a5%e6%9c%9f%e8%bd%ac%e6%8d%a2.html#comment-1749</guid>
		<description>季度只是日期的一个计算结果, 本身并不是日期格式的一部分啊..
所以只能展示, 而不可反向啊..
table 可以通过view来过滤, 但是没有查询所有记录的view 是不容易反向处理日期的..
</description>
		<content:encoded><![CDATA[<p>季度只是日期的一个计算结果, 本身并不是日期格式的一部分啊..<br />
所以只能展示, 而不可反向啊..<br />
table 可以通过view来过滤, 但是没有查询所有记录的view 是不容易反向处理日期的..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rollingpig</title>
		<link>http://www.anysql.net/oracle/get_the_credit_card.html/comment-page-1#comment-1748</link>
		<dc:creator>rollingpig</dc:creator>
		<pubDate>Wed, 13 Aug 2008 00:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e4%b8%8d%e5%8f%af%e9%80%86%e7%9a%84%e6%97%a5%e6%9c%9f%e8%bd%ac%e6%8d%a2.html#comment-1748</guid>
		<description>可以理解。最主要是为了避免数据冲突。
比如：
select to_date(&#039;2008-2-08-08&#039;,&#039;YYYY-Q-MM-DD&#039;)
from dual
第二季度，8月份，肯定不能并存。如何取舍？
同理，除了Q, 象D,W,WW等也是无法用在to_date中的
</description>
		<content:encoded><![CDATA[<p>可以理解。最主要是为了避免数据冲突。<br />
比如：<br />
select to_date(&#8216;2008-2-08-08&#8242;,&#8217;YYYY-Q-MM-DD&#8217;)<br />
from dual<br />
第二季度，8月份，肯定不能并存。如何取舍？<br />
同理，除了Q, 象D,W,WW等也是无法用在to_date中的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/oracle/get_the_credit_card.html/comment-page-1#comment-1747</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e4%b8%8d%e5%8f%af%e9%80%86%e7%9a%84%e6%97%a5%e6%9c%9f%e8%bd%ac%e6%8d%a2.html#comment-1747</guid>
		<description>只是不明白Oracle为什么不做成完全对等支持。
</description>
		<content:encoded><![CDATA[<p>只是不明白Oracle为什么不做成完全对等支持。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allantrey</title>
		<link>http://www.anysql.net/oracle/get_the_credit_card.html/comment-page-1#comment-1746</link>
		<dc:creator>allantrey</dc:creator>
		<pubDate>Tue, 29 Jul 2008 18:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e4%b8%8d%e5%8f%af%e9%80%86%e7%9a%84%e6%97%a5%e6%9c%9f%e8%bd%ac%e6%8d%a2.html#comment-1746</guid>
		<description>Some of the datetime format elements cannot be used in the TO_* datetime functions, such as Q.
</description>
		<content:encoded><![CDATA[<p>Some of the datetime format elements cannot be used in the TO_* datetime functions, such as Q.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
