<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: MySQL Split String Function</title>
	<atom:link href="http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mijo</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7515</link>
		<dc:creator><![CDATA[Mijo]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 22:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7515</guid>
		<description><![CDATA[Thanks,very useful]]></description>
		<content:encoded><![CDATA[<p>Thanks,very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7512</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7512</guid>
		<description><![CDATA[Sir. 
You are a hero in my eyes =]

This function should come very much in handy!]]></description>
		<content:encoded><![CDATA[<p>Sir.<br />
You are a hero in my eyes =]</p>
<p>This function should come very much in handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7494</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 09:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7494</guid>
		<description><![CDATA[@naeem you need to create the function SPLIT_STR() before using it http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html]]></description>
		<content:encoded><![CDATA[<p>@naeem you need to create the function SPLIT_STR() before using it <a href="http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naeem hasan</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7493</link>
		<dc:creator><![CDATA[Naeem hasan]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 05:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7493</guid>
		<description><![CDATA[Thanks for the working function
But how can we pass a databse query to it?
Say for example I want to split domain name from email address stored on a table
I can show all email address by &quot;Select Emai_Address From Email_Table&quot; but if i want to split domain part of each email address is it possible by this function??]]></description>
		<content:encoded><![CDATA[<p>Thanks for the working function<br />
But how can we pass a databse query to it?<br />
Say for example I want to split domain name from email address stored on a table<br />
I can show all email address by &#8220;Select Emai_Address From Email_Table&#8221; but if i want to split domain part of each email address is it possible by this function??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golimar</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7430</link>
		<dc:creator><![CDATA[Golimar]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 17:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7430</guid>
		<description><![CDATA[I was using this function in older versions of mysql but now I changed to Mysql 5.5.11 on Windows and it&#039;s running extremely slow. Anyone else with the same problem?]]></description>
		<content:encoded><![CDATA[<p>I was using this function in older versions of mysql but now I changed to Mysql 5.5.11 on Windows and it&#8217;s running extremely slow. Anyone else with the same problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaked Klein Orbach</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7426</link>
		<dc:creator><![CDATA[Shaked Klein Orbach]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 23:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7426</guid>
		<description><![CDATA[[...] Federico Cargnelutti - MySQL Split String Function Stackoverflow - MYSQL - Array data type, split string [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Federico Cargnelutti &#8211; MySQL Split String Function Stackoverflow &#8211; MYSQL &#8211; Array data type, split string [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaked KO</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7417</link>
		<dc:creator><![CDATA[Shaked KO]]></dc:creator>
		<pubDate>Mon, 14 Nov 2011 19:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7417</guid>
		<description><![CDATA[Hey Federico, 

Thank you for your lovely function. I had only one problem with that, seems that LENGTH() returns (int)2 for two-bytes chars while CHAR_LENGTH() returns only (int)1, so when I tried to use: 

select split_str(&#039;ABC¼,,BA,,abc&#039;,&#039;,,&#039;,3);  //result: &quot;,abc&quot; (delimiter was still there) 

When I replaced LENGTH() to CHAR_LENGTH() everything worked fine. 

You may read about it here: http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_char-length 


Do you mind that I will post your function with my fix on my blog? (with copyrights of course) 

Shaked.]]></description>
		<content:encoded><![CDATA[<p>Hey Federico, </p>
<p>Thank you for your lovely function. I had only one problem with that, seems that LENGTH() returns (int)2 for two-bytes chars while CHAR_LENGTH() returns only (int)1, so when I tried to use: </p>
<p>select split_str(&#8216;ABC¼,,BA,,abc&#8217;,',,&#8217;,3);  //result: &#8220;,abc&#8221; (delimiter was still there) </p>
<p>When I replaced LENGTH() to CHAR_LENGTH() everything worked fine. </p>
<p>You may read about it here: <a href="http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_char-length" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_char-length</a> </p>
<p>Do you mind that I will post your function with my fix on my blog? (with copyrights of course) </p>
<p>Shaked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janus</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7388</link>
		<dc:creator><![CDATA[janus]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7388</guid>
		<description><![CDATA[thank you]]></description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magento</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7281</link>
		<dc:creator><![CDATA[magento]]></dc:creator>
		<pubDate>Mon, 15 Aug 2011 07:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7281</guid>
		<description><![CDATA[It is very very usefull. Excellent!]]></description>
		<content:encoded><![CDATA[<p>It is very very usefull. Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sukoshi</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7261</link>
		<dc:creator><![CDATA[sukoshi]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 01:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7261</guid>
		<description><![CDATA[nice function. exactly what I need.. :) thanks.]]></description>
		<content:encoded><![CDATA[<p>nice function. exactly what I need.. :) thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

