<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: MySQL doesn&#8217;t have an is_numeric function!</title>
	<atom:link href="http://maryh.wordpress.com/2008/05/12/mysql-doesnt-have-an-is_numeric-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://maryh.wordpress.com/2008/05/12/mysql-doesnt-have-an-is_numeric-function/</link>
	<description>anything ... or ... everything</description>
	<lastBuildDate>Wed, 11 Nov 2009 12:13:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc Palau</title>
		<link>http://maryh.wordpress.com/2008/05/12/mysql-doesnt-have-an-is_numeric-function/#comment-1624</link>
		<dc:creator>Marc Palau</dc:creator>
		<pubDate>Wed, 21 Oct 2009 10:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://maryh.wordpress.com/?p=41#comment-1624</guid>
		<description>I want to add to your comment that:

CONVERT(field_value,SIGNED INTEGER)&gt;0

in few cases return a cleaned string, for example:

1h becomes 1
299*123 becomes 299

see you!</description>
		<content:encoded><![CDATA[<p>I want to add to your comment that:</p>
<p>CONVERT(field_value,SIGNED INTEGER)&gt;0</p>
<p>in few cases return a cleaned string, for example:</p>
<p>1h becomes 1<br />
299*123 becomes 299</p>
<p>see you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Palau</title>
		<link>http://maryh.wordpress.com/2008/05/12/mysql-doesnt-have-an-is_numeric-function/#comment-1623</link>
		<dc:creator>Marc Palau</dc:creator>
		<pubDate>Wed, 21 Oct 2009 10:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://maryh.wordpress.com/?p=41#comment-1623</guid>
		<description>Hi! I use REGEXP to know if is numeric or not:

WHERE FIELD NOT REGEXP &#039;^[0-9]+$&#039;

^: Start with
[0-9]: Numbers
+: any numbers (1 or more times)
$: to the end

regards!
Marc</description>
		<content:encoded><![CDATA[<p>Hi! I use REGEXP to know if is numeric or not:</p>
<p>WHERE FIELD NOT REGEXP &#8216;^[0-9]+$&#8217;</p>
<p>^: Start with<br />
[0-9]: Numbers<br />
+: any numbers (1 or more times)<br />
$: to the end</p>
<p>regards!<br />
Marc</p>
]]></content:encoded>
	</item>
</channel>
</rss>
