<?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: Softview</title>
	<atom:link href="http://www.virendra.org/softview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virendra.org</link>
	<description>The world is lemon and I want my money back!!</description>
	<lastBuildDate>Fri, 27 Aug 2010 06:54:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Cyber Militia</title>
		<link>http://www.virendra.org/softview/comment-page-1/#comment-406</link>
		<dc:creator>Cyber Militia</dc:creator>
		<pubDate>Sun, 19 Jul 2009 16:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.virendra.org/softview/#comment-406</guid>
		<description>MS SQL Server has &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms186272.aspx&quot; rel=&quot;nofollow&quot;&gt;an inbuilt function to test if a string is a numeric value&lt;/a&gt;

The same query in T-SQL becomes -
&lt;code&gt;SELECT * FROM table_name
WHERE ISNUMERIC(column_name) != 1&lt;/code&gt;

Perhaps the reason &lt;a href=&quot;http://www.oracle.com/technology/oramag/oracle/04-jul/o44asktom.html&quot; rel=&quot;nofollow&quot;&gt;Oracle doesn&#039;t have this function&lt;/a&gt; is to encourage better DB design ? (using correct datatype for the column)</description>
		<content:encoded><![CDATA[<p>MS SQL Server has <a href="http://msdn.microsoft.com/en-us/library/ms186272.aspx" rel="nofollow">an inbuilt function to test if a string is a numeric value</a></p>
<p>The same query in T-SQL becomes -<br />
<code>SELECT * FROM table_name<br />
WHERE ISNUMERIC(column_name) != 1</code></p>
<p>Perhaps the reason <a href="http://www.oracle.com/technology/oramag/oracle/04-jul/o44asktom.html" rel="nofollow">Oracle doesn&#8217;t have this function</a> is to encourage better DB design ? (using correct datatype for the column)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
