<?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: How to SELECT from a comma delimited list</title>
	<atom:link href="http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/</link>
	<description>Oracle Question and Answer</description>
	<pubDate>Tue, 06 Jan 2009 11:31:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/comment-page-1/#comment-90</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Wed, 25 Jan 2006 20:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/#comment-90</guid>
		<description>One more thing, if you want to bind (or parametrize) the (1,2,'a') in &lt;i&gt;select * from table (mytype(1,2,'a'))&lt;/i&gt;, in addition to &lt;a href="http://tkyte.blogspot.com/2006/01/how-can-i.html" rel="nofollow"&gt;Tom's example&lt;/a&gt;, Francois has &lt;a href="http://fdegrelle.over-blog.com/article-1694534.html" rel="nofollow"&gt;another nice one&lt;/a&gt; too.</description>
		<content:encoded><![CDATA[<p>One more thing, if you want to bind (or parametrize) the (1,2,&#8217;a') in <i>select * from table (mytype(1,2,&#8217;a'))</i>, in addition to <a href="http://tkyte.blogspot.com/2006/01/how-can-i.html" rel="nofollow">Tom&#8217;s example</a>, Francois has <a href="http://fdegrelle.over-blog.com/article-1694534.html" rel="nofollow">another nice one</a> too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/comment-page-1/#comment-89</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Wed, 25 Jan 2006 17:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/#comment-89</guid>
		<description>By a comma delimited list, I meant exactly what most people think: a list of values seperated by a comma, like this '1,2,3,4' or like this 'a,b,c,d,' or like this '1,a,3,d'....

Yes, you won't select from â€˜1,2,3,4â€². But, what I was trying to show here was that, given a comma delimited list, you could transform each list element to a "row" using a collection type and a &lt;a href="http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/08_subs.htm#19700" rel="nofollow"&gt;table function&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>By a comma delimited list, I meant exactly what most people think: a list of values seperated by a comma, like this &#8216;1,2,3,4&#8242; or like this &#8216;a,b,c,d,&#8217; or like this &#8216;1,a,3,d&#8217;&#8230;.</p>
<p>Yes, you won&#8217;t select from â€˜1,2,3,4â€². But, what I was trying to show here was that, given a comma delimited list, you could transform each list element to a &#8220;row&#8221; using a collection type and a <a href="http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/08_subs.htm#19700" rel="nofollow">table function</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tkyte</title>
		<link>http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/comment-page-1/#comment-88</link>
		<dc:creator>tkyte</dc:creator>
		<pubDate>Wed, 25 Jan 2006 16:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/01/25/how-to-select-from-a-comma-delimited-list/#comment-88</guid>
		<description>but that is not a comma delimited list.  That is a collection.  Entirely different beast alltogether.

most people would be thinking of a comma delimited list like this:

   '1,2,3,4'

that won't select from '1,2,3,4'

http://tkyte.blogspot.com/2006/01/how-can-i.html</description>
		<content:encoded><![CDATA[<p>but that is not a comma delimited list.  That is a collection.  Entirely different beast alltogether.</p>
<p>most people would be thinking of a comma delimited list like this:</p>
<p>   &#8216;1,2,3,4&#8242;</p>
<p>that won&#8217;t select from &#8216;1,2,3,4&#8242;</p>
<p><a href="http://tkyte.blogspot.com/2006/01/how-can-i.html" rel="nofollow">http://tkyte.blogspot.com/2006/01/how-can-i.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
