<?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>SharePoint @ Big Scholar &#187; SQL</title>
	<atom:link href="http://www.bigscholar.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigscholar.com</link>
	<description>Developing, Configuring and Designing in SharePoint</description>
	<lastBuildDate>Thu, 15 Jul 2010 01:12:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Case Statements for custom Ordering in SQL statement</title>
		<link>http://www.bigscholar.com/2009/04/01/using-case-statements-for-custom-ordering-in-sql-statement/</link>
		<comments>http://www.bigscholar.com/2009/04/01/using-case-statements-for-custom-ordering-in-sql-statement/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 23:23:24 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.bigscholar.com/?p=91</guid>
		<description><![CDATA[Sometimes you'll find that you need to order the results of a select statement in a way that is not alphabetical or reverse alphabetical. Here's how you do it in a single SQL SELECT Statement. SELECT *, CASE WHEN Priority = 'High' THEN 1 WHEN Priority='Normal' THEN 2 WHEN Priority='Low' THEN 3 END orderSequence FROM [...]]]></description>
		<wfw:commentRss>http://www.bigscholar.com/2009/04/01/using-case-statements-for-custom-ordering-in-sql-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
