<?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://marcuswelz.com/tag/coalesce/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcuswelz.com</link>
	<description>software imagineer</description>
	<lastBuildDate>Wed, 15 Feb 2012 03:48:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PostgreSQL-style COALESCE() in PHP</title>
		<link>http://marcuswelz.com/2004/11/11/postgresql-style-coalesce-in-php/</link>
		<comments>http://marcuswelz.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://marcuswelz.com/2004/11/11/postgresql-style-coalesce-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 50/56 queries in 0.017 seconds using disk: basic

Served from: marcuswelz.com @ 2012-05-20 04:32:54 -->
