<?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>Fri, 29 Jul 2011 01:55:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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>1</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 11/87 queries in 0.033 seconds using disk: basic

Served from: marcuswelz.com @ 2012-02-05 01:28:20 -->
