<?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>Kommentare zu: SUBSTRING_COUNT() FOR MySQL</title>
	<atom:link href="http://blog.evolution515.net/article/substring_count-for-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evolution515.net/article/substring_count-for-mysql/</link>
	<description>Chaos ist nur eine andere Bezeichung für steigende Komplexität.</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:25:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: jan</title>
		<link>http://blog.evolution515.net/article/substring_count-for-mysql/comment-page-1/#comment-44730</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Sun, 06 Sep 2009 18:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolution515.net/article/substring_count-for-mysql/#comment-44730</guid>
		<description>its not 100% correct. here&#039;s a better one:

...
RETURN (LENGTH(haystack) – LENGTH(REPLACE(haystack, needle, &quot;&quot;)))/LENGTH(needle);
...</description>
		<content:encoded><![CDATA[<p>its not 100% correct. here&#8217;s a better one:</p>
<p>&#8230;<br />
RETURN (LENGTH(haystack) – LENGTH(REPLACE(haystack, needle, &#8220;&#8221;)))/LENGTH(needle);<br />
&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

