<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: select from a comma-separated string</title>
	<link>http://laurentschneider.com/wordpress/2007/05/select-from-a-comma-separated-string.html</link>
	<description>Oracle Certified Master</description>
	<pubDate>Fri, 25 Jul 2008 10:32:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: tanya</title>
		<link>http://laurentschneider.com/wordpress/2007/05/select-from-a-comma-separated-string.html#comment-2974</link>
		<pubDate>Thu, 31 May 2007 21:16:25 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2007/05/select-from-a-comma-separated-string.html#comment-2974</guid>
					<description>I worked it out:

SQL&#62; select distinct value
  2  from t,
  3    table(f(col2))
  4  ;

VALUE
------------------------------
teapot
candelabra
silver
gilt
antique
earthenware
georgian

8 rows selected.

I put "col2" into the wrong place in your code not realising the importance of the "value" keyword. My bad.</description>
		<content:encoded><![CDATA[<p>I worked it out:</p>
<p>SQL&gt; select distinct value<br />
  2  from t,<br />
  3    table(f(col2))<br />
  4  ;</p>
<p>VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
teapot<br />
candelabra<br />
silver<br />
gilt<br />
antique<br />
earthenware<br />
georgian</p>
<p>8 rows selected.</p>
<p>I put &#8220;col2&#8243; into the wrong place in your code not realising the importance of the &#8220;value&#8221; keyword. My bad.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Laurent Schneider</title>
		<link>http://laurentschneider.com/wordpress/2007/05/select-from-a-comma-separated-string.html#comment-2733</link>
		<pubDate>Tue, 29 May 2007 19:42:30 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2007/05/select-from-a-comma-separated-string.html#comment-2733</guid>
					<description>great! this is very similar indeed 8-) I was quite certain that I was not the first to use this !</description>
		<content:encoded><![CDATA[<p>great! this is very similar indeed <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' />  I was quite certain that I was not the first to use this !
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Paweł Barut</title>
		<link>http://laurentschneider.com/wordpress/2007/05/select-from-a-comma-separated-string.html#comment-2732</link>
		<pubDate>Tue, 29 May 2007 18:23:42 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2007/05/select-from-a-comma-separated-string.html#comment-2732</guid>
					<description>Hello Laurent,
I've wrote about this idea last year in my post about &lt;a href="http://pbarut.blogspot.com/2006/10/binding-list-variable.html" rel="nofollow"&gt;Binding List Variable&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hello Laurent,<br />
I&#8217;ve wrote about this idea last year in my post about <a href="http://pbarut.blogspot.com/2006/10/binding-list-variable.html" rel="nofollow">Binding List Variable</a>.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
