<?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: Fun with Oracle Strings</title>
	<atom:link href="http://www.missiondata.com/blog/database/10/fun-with-oracle-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/database/10/fun-with-oracle-strings/</link>
	<description>Louisville-based Web Development &#38; Software Engineering</description>
	<lastBuildDate>Tue, 10 Jan 2012 08:34:18 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: steveny</title>
		<link>http://www.missiondata.com/blog/database/10/fun-with-oracle-strings/comment-page-1/#comment-5</link>
		<dc:creator>steveny</dc:creator>
		<pubDate>Fri, 17 Feb 2006 13:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=10#comment-5</guid>
		<description>Here is some SQLProcessor code running on top of mysql that does something similar
&lt;pre&gt;&lt;code&gt;
    SQLProcessor sqlProcessor = new SQLProcessor(&quot;Get spam count&quot;,
                                                 &quot;SELECT substring(email, instr(email, &#039;@&#039;)+1), count(spam_filter) FROM postfix_users &quot; +
                                                 &quot;WHERE spam_filter=&#039;Y&#039; &quot; +
                                                 &quot;GROUP BY substring(email, instr(email, &#039;@&#039;)+1);&quot;)
&lt;/pre&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here is some SQLProcessor code running on top of mysql that does something similar</p>
<pre><code>
    SQLProcessor sqlProcessor = new SQLProcessor("Get spam count",
                                                 "SELECT substring(email, instr(email, '@')+1), count(spam_filter) FROM postfix_users " +
                                                 "WHERE spam_filter='Y' " +
                                                 "GROUP BY substring(email, instr(email, '@')+1);")
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: darrend</title>
		<link>http://www.missiondata.com/blog/database/10/fun-with-oracle-strings/comment-page-1/#comment-3</link>
		<dc:creator>darrend</dc:creator>
		<pubDate>Tue, 14 Feb 2006 18:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=10#comment-3</guid>
		<description>So how can you do this with other databases?</description>
		<content:encoded><![CDATA[<p>So how can you do this with other databases?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

