<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SQL Select Statement with Comma-Separated List Condition</title>
	<atom:link href="http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/feed/" rel="self" type="application/rss+xml" />
	<link>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/</link>
	<description>Jarvis, sometimes you gotta run before you can walk.</description>
	<lastBuildDate>Sat, 04 Feb 2012 03:52:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Sinan</title>
		<link>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-5140</link>
		<dc:creator>Sinan</dc:creator>
		<pubDate>Fri, 16 Oct 2009 14:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://nazham.com/?p=200#comment-5140</guid>
		<description>This is really helpful, but my problem now i cannot use Order By....

Any ideas how to overcome that?</description>
		<content:encoded><![CDATA[<p>This is really helpful, but my problem now i cannot use Order By&#8230;.</p>
<p>Any ideas how to overcome that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nazham</title>
		<link>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-128</link>
		<dc:creator>nazham</dc:creator>
		<pubDate>Sun, 05 Oct 2008 10:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://nazham.com/?p=200#comment-128</guid>
		<description>Thanks Glenda :)</description>
		<content:encoded><![CDATA[<p>Thanks Glenda <img src='http://nazham.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenda</title>
		<link>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-126</link>
		<dc:creator>Glenda</dc:creator>
		<pubDate>Fri, 03 Oct 2008 19:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://nazham.com/?p=200#comment-126</guid>
		<description>simplest and fastest, although not elegant, is:

CREATE PROCEDURE get_product_names @ids varchar(50) AS
SELECT ProductID, ProductName
FROM   Northwind..Products
WHERE  CHARINDEX(&#039;,&#039; + CAST(ProductID AS VARCHAR(4)) + &#039;,&#039;, &#039;,&#039; + @IDS + &#039;,&#039;) &gt; 0</description>
		<content:encoded><![CDATA[<p>simplest and fastest, although not elegant, is:</p>
<p>CREATE PROCEDURE get_product_names @ids varchar(50) AS<br />
SELECT ProductID, ProductName<br />
FROM   Northwind..Products<br />
WHERE  CHARINDEX(&#8216;,&#8217; + CAST(ProductID AS VARCHAR(4)) + &#8216;,&#8217;, &#8216;,&#8217; + @IDS + &#8216;,&#8217;) &gt; 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Select Statement with Comma-Separated List Condition &#124; Mrunal</title>
		<link>http://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-122</link>
		<dc:creator>SQL Select Statement with Comma-Separated List Condition &#124; Mrunal</dc:creator>
		<pubDate>Mon, 29 Sep 2008 08:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://nazham.com/?p=200#comment-122</guid>
		<description>[...] Thanks to http://nazham.com/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Thanks to <a href="http://nazham.com/" rel="nofollow">http://nazham.com/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

