<?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: Find the number of descendant nodes in a SQL query &#8211; how many employees work (indirectly) for me? And what do they earn on average?</title>
	<atom:link href="http://technology.amis.nl/blog/1160/find-the-number-of-descendant-nodes-in-a-sql-query-how-many-employees-work-indirectly-for-me-and-what-do-they-earn-on-average/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/1160/find-the-number-of-descendant-nodes-in-a-sql-query-how-many-employees-work-indirectly-for-me-and-what-do-they-earn-on-average</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jozef</title>
		<link>http://technology.amis.nl/blog/1160/find-the-number-of-descendant-nodes-in-a-sql-query-how-many-employees-work-indirectly-for-me-and-what-do-they-earn-on-average/comment-page-1#comment-482022</link>
		<dc:creator>Jozef</dc:creator>
		<pubDate>Wed, 08 Feb 2012 01:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1160#comment-482022</guid>
		<description>Thanks mate. I need to display parents witch children and children of those children and was looking for something like this.</description>
		<content:encoded><![CDATA[<p>Thanks mate. I need to display parents witch children and children of those children and was looking for something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://technology.amis.nl/blog/1160/find-the-number-of-descendant-nodes-in-a-sql-query-how-many-employees-work-indirectly-for-me-and-what-do-they-earn-on-average/comment-page-1#comment-121917</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Tue, 03 Oct 2006 17:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1160#comment-121917</guid>
		<description>are you sure?

SQL&gt; select * from dual where 1 in 1;

D
-
X</description>
		<content:encoded><![CDATA[<p>are you sure?</p>
<p>SQL&gt; select * from dual where 1 in 1;</p>
<p>D<br />
-<br />
X</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl</title>
		<link>http://technology.amis.nl/blog/1160/find-the-number-of-descendant-nodes-in-a-sql-query-how-many-employees-work-indirectly-for-me-and-what-do-they-earn-on-average/comment-page-1#comment-55212</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Sun, 30 Apr 2006 11:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1160#comment-55212</guid>
		<description>Hi Laurent - this sounds that generally operators do not have parenthesis at all - but the in list operator has parenthesis.
Greetings
Karl</description>
		<content:encoded><![CDATA[<p>Hi Laurent &#8211; this sounds that generally operators do not have parenthesis at all &#8211; but the in list operator has parenthesis.<br />
Greetings<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://technology.amis.nl/blog/1160/find-the-number-of-descendant-nodes-in-a-sql-query-how-many-employees-work-indirectly-for-me-and-what-do-they-earn-on-average/comment-page-1#comment-54634</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Wed, 26 Apr 2006 16:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1160#comment-54634</guid>
		<description>note that connect_by_root is not a function but an operator, so the parentheses are meaningless.

select connect_by_root ename root from empconnect by mgr = prior empno;

nice piece of code!</description>
		<content:encoded><![CDATA[<p>note that connect_by_root is not a function but an operator, so the parentheses are meaningless.</p>
<p>select connect_by_root ename root from empconnect by mgr = prior empno;</p>
<p>nice piece of code!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

