<?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>nazham.com &#187; SQL</title>
	<atom:link href="http://nazham.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://nazham.com</link>
	<description>Jarvis, sometimes you gotta run before you can walk.</description>
	<lastBuildDate>Fri, 24 Feb 2012 02:23:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Save MySQL Output to a Text File</title>
		<link>http://nazham.com/2008/09/19/save-mysql-output-to-a-text-file/</link>
		<comments>http://nazham.com/2008/09/19/save-mysql-output-to-a-text-file/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 05:55:29 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=263</guid>
		<description><![CDATA[I have just found out a nifty little trick regarding MySQL output the other day. I just had to put this up as a reminder to myself, and also to share with the viewers. Let say, you want to have the output of your SELECT statement created to a text file. The MySQL database server [...]]]></description>
		<wfw:commentRss>http://nazham.com/2008/09/19/save-mysql-output-to-a-text-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Select Statement with Comma-Separated List Condition</title>
		<link>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/</link>
		<comments>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 16:26:27 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=200</guid>
		<description><![CDATA[I have one problem the other day; Why does my &#8220;SELECT * FROM tbl WHERE col IN (@list)&#8221; does not work? The col datatype is int, while the @list parameter is a comma-separated varchar. The Problem In a stored procedure, I&#8217;m composing a SELECT statement with a WHERE clause in which the column condition datatype is integer, [...]]]></description>
		<wfw:commentRss>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

