<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>marcus welz &#187; coalesce</title>
	<atom:link href="http://metaversedeveloper.com/tag/coalesce/feed/" rel="self" type="application/rss+xml" />
	<link>http://metaversedeveloper.com</link>
	<description>working hard at avoiding to write code</description>
	<lastBuildDate>Thu, 04 Mar 2010 17:22:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PostgreSQL-style COALESCE() in PHP</title>
		<link>http://metaversedeveloper.com/2004/11/11/postgresql-style-coalesce-in-php/</link>
		<comments>http://metaversedeveloper.com/2004/11/11/postgresql-style-coalesce-in-php/#comments</comments>
		<pubDate>Thu, 11 Nov 2004 06:01:17 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[coalesce]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=18</guid>
		<description><![CDATA[There's a rather handy command in Oracle, PostgreSQL, SQLite, and MySQL (since version 3.23.3) called COALESCE(). Its purpose is rather simple: return the first non-NULL value (If you're used to older versions of MySQL, the IFNULL() is quite similar, if not as flexible). This comes in handy when you want to use fallback values in [...]]]></description>
		<wfw:commentRss>http://metaversedeveloper.com/2004/11/11/postgresql-style-coalesce-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
