<?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: Selecting a Different Table Column if the Original Record is NULL in MYSQL Using IFNULL</title>
	<atom:link href="http://otaqui.com/blog/398/selecting-a-different-table-column-if-the-original-record-is-null-in-mysql-using-ifnull/feed/" rel="self" type="application/rss+xml" />
	<link>http://otaqui.com/blog/398/selecting-a-different-table-column-if-the-original-record-is-null-in-mysql-using-ifnull/</link>
	<description>Pete Otaqui's blog about web development and everything else</description>
	<lastBuildDate>Fri, 30 Mar 2012 11:21:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: pete</title>
		<link>http://otaqui.com/blog/398/selecting-a-different-table-column-if-the-original-record-is-null-in-mysql-using-ifnull/comment-page-1/#comment-562</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://otaqui.com/blog/?p=398#comment-562</guid>
		<description>My Uncle (Uncle-In-Law?) Ian points out that you can also use COALESCE() in this case, which takes an arbitrary number of arguments and will return the first non-NULL value</description>
		<content:encoded><![CDATA[<p>My Uncle (Uncle-In-Law?) Ian points out that you can also use COALESCE() in this case, which takes an arbitrary number of arguments and will return the first non-NULL value</p>
]]></content:encoded>
	</item>
</channel>
</rss>

