<?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="https://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/feed/" rel="self" type="application/rss+xml" />
	<link>https://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>Fri, 16 Oct 2009 14:02:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Sinan		</title>
		<link>https://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-5140</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-128</link>

		<dc:creator><![CDATA[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><![CDATA[Thanks Glenda :)]]></description>
			<content:encoded><![CDATA[<p>Thanks Glenda 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Glenda		</title>
		<link>https://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-126</link>

		<dc:creator><![CDATA[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><![CDATA[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;) &#062; 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>https://nazham.com/2008/09/18/sql-select-statement-with-comma-separated-list-condition/comment-page-1/#comment-122</link>

		<dc:creator><![CDATA[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><![CDATA[[...] Thanks to http://nazham.com/ [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Thanks to <a href="http://nazham.com/" rel="ugc">http://nazham.com/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: nazham.com @ 2026-04-27 22:26:31 by W3 Total Cache
-->