<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Well, at least we got the duck. &#187; tip</title>
	<atom:link href="http://ingol.nl/blog/tag/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://ingol.nl/blog</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 09:48:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Oracle Tip: The decimal marker to a dot, and the thousands marker to a comma in to_number().</title>
		<link>http://ingol.nl/blog/2009/11/17/oracle-tip-the-decimal-marker-to-a-dot-and-the-thousands-marker-to-a-comma-in-to_number/</link>
		<comments>http://ingol.nl/blog/2009/11/17/oracle-tip-the-decimal-marker-to-a-dot-and-the-thousands-marker-to-a-comma-in-to_number/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 13:39:11 +0000</pubDate>
		<dc:creator>Onno</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://ingol.nl/blog/?p=290</guid>
		<description><![CDATA[See also:
Oracle NLS_NUMERIC_CHARACTERS
http://download.oracle.com/docs/cd/B28359_01/olap.111/b28126/dml_options072.htm
]]></description>
			<content:encoded><![CDATA[<pre class="brush: sql; title: ; notranslate">
to_number(t.yournumbercolumn,'9G999G999D99','NLS_NUMERIC_CHARACTERS='',.''')
</pre>
<p>See also:</p>
<p>Oracle NLS_NUMERIC_CHARACTERS<br />
<a href="http://download.oracle.com/docs/cd/B28359_01/olap.111/b28126/dml_options072.htm">http://download.oracle.com/docs/cd/B28359_01/olap.111/b28126/dml_options072.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ingol.nl/blog/2009/11/17/oracle-tip-the-decimal-marker-to-a-dot-and-the-thousands-marker-to-a-comma-in-to_number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

