<?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/"
	>

<channel>
	<title>CodeDoc &#187; sql</title>
	<atom:link href="http://www.pierrebuckley.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pierrebuckley.com</link>
	<description>The Blog of Pierre Buckley</description>
	<lastBuildDate>Sat, 22 Oct 2011 04:55:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Handling Null Values in SQL Server</title>
		<link>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/</link>
		<comments>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/#comments</comments>
		<pubDate>Fri, 28 May 2010 05:49:30 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tsql]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=115</guid>
		<description><![CDATA[From time to time, we may want to replace NULL values with some desired value when doing an sql select statement. Turns out that SQL Server makes this a simple task &#8211; and no IF statements are necessary! To do this, we use SQL Server&#39;s ISNULL function. This function takes two parameters. The first parameter [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Alternative to MySQL&#8217;s LIMIT Command</title>
		<link>http://www.pierrebuckley.com/2009/12/20/alternative-to-mysqls-limit-command/</link>
		<comments>http://www.pierrebuckley.com/2009/12/20/alternative-to-mysqls-limit-command/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 08:27:58 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=60</guid>
		<description><![CDATA[I recently ran into the situation where I needed to create a query in MySQL that counted up to n rows from a result set. I scoffed at the challenge and proceeded to go for the one tool I thought could do the job &#8211; MySQL&#39;s LIMIT command. Unfortunately, the result I got was not [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2009/12/20/alternative-to-mysqls-limit-command/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

