<?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"
	>
<channel>
	<title>Comments on: PL/SQL concatenating names</title>
	<atom:link href="http://www.mandymag.com/2007/01/04/plsql-concatenating-names/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mandymag.com/2007/01/04/plsql-concatenating-names/</link>
	<description>yes I've changed my theme again!</description>
	<pubDate>Sat, 22 Nov 2008 12:32:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mandymag</title>
		<link>http://www.mandymag.com/2007/01/04/plsql-concatenating-names/#comment-608</link>
		<dc:creator>mandymag</dc:creator>
		<pubDate>Fri, 05 Jan 2007 14:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandymag.com/?p=146#comment-608</guid>
		<description>Thanks bork!  Yes I can see how the extra substr is not necessary.. :)</description>
		<content:encoded><![CDATA[<p>Thanks bork!  Yes I can see how the extra substr is not necessary.. <img src='http://www.mandymag.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.mandymag.com/2007/01/04/plsql-concatenating-names/#comment-602</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 04 Jan 2007 22:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandymag.com/?p=146#comment-602</guid>
		<description>Looks good!  Once suggestion for a bit more efficiency you could leave out the substr in the first section of the decode.  As so:

first_name&#124;&#124;' '&#124;&#124;decode(middle_name_field,null,'',substr(middle_name_field,1,1)&#124;&#124;'. ')&#124;&#124;last_name_field</description>
		<content:encoded><![CDATA[<p>Looks good!  Once suggestion for a bit more efficiency you could leave out the substr in the first section of the decode.  As so:</p>
<p>first_name||&#8217; &#8216;||decode(middle_name_field,null,&#8221;,substr(middle_name_field,1,1)||&#8217;. &#8216;)||last_name_field</p>
]]></content:encoded>
	</item>
</channel>
</rss>
