<?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/2006/04/26/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/2006/04/26/find-the-number-of-descendant-nodes-in-a-sql-query-how-many-employees-work-indirectly-for-me-and-what-do-they-earn-on-average/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jozef</title>
		<link>http://technology.amis.nl/2006/04/26/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-3158</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-3158</guid>
		<description><![CDATA[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/2006/04/26/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-3157</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-3157</guid>
		<description><![CDATA[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/2006/04/26/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-3156</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-3156</guid>
		<description><![CDATA[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/2006/04/26/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-3155</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-3155</guid>
		<description><![CDATA[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>
