<?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 for bearparc - Softwareentwicklung und Projektmanagement</title>
	<atom:link href="http://www.bearparc.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bearparc.info</link>
	<description>A software development blog for the qualified developer</description>
	<lastBuildDate>Thu, 15 Mar 2007 11:31:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Knoppix 5.2 mit Virtualisierung und 3D-Desktop by Martin</title>
		<link>http://www.bearparc.info/2007/03/14/knoppix-52-mit-virtualisierung-und-3d-desktop/comment-page-1/#comment-4</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 15 Mar 2007 11:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bearparc.info/2007/03/14/knoppix-52-mit-virtualisierung-und-3d-desktop/#comment-4</guid>
		<description>Die 5.1 Version gibt es bei

http://www.knoppix.org/</description>
		<content:encoded><![CDATA[<p>Die 5.1 Version gibt es bei</p>
<p><a href="http://www.knoppix.org/" rel="nofollow">http://www.knoppix.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on select by Martin</title>
		<link>http://www.bearparc.info/2007/03/12/select/comment-page-1/#comment-3</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 12 Mar 2007 18:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bearparc.info/2007/03/12/select/#comment-3</guid>
		<description>Simple Query Examples 

SELECT *
FROM stocks
WHERE price = 30;

SELECT ISIN, name_id, price FROM stocks
WHERE NOT (name_id = ’AKAM’ AND price = 30);

The following statement selects from subqueries in the FROM clause and gives
departments’ total employees and salaries as a decimal value of all the departments:

SELECT a.department_id &quot;Department&quot;,
a.num_emp/b.total_count &quot;%_Employees&quot;,
a.sal_sum/b.total_sal &quot;%_Salary&quot;
FROM
(SELECT department_id, COUNT(*) num_emp, SUM(salary) sal_sum
FROM employees
GROUP BY department_id) a,
(SELECT COUNT(*) total_count, SUM(salary) total_sal
FROM employees) b;

Quelle Oracle 9i SQL - Reference</description>
		<content:encoded><![CDATA[<p>Simple Query Examples </p>
<p>SELECT *<br />
FROM stocks<br />
WHERE price = 30;</p>
<p>SELECT ISIN, name_id, price FROM stocks<br />
WHERE NOT (name_id = ’AKAM’ AND price = 30);</p>
<p>The following statement selects from subqueries in the FROM clause and gives<br />
departments’ total employees and salaries as a decimal value of all the departments:</p>
<p>SELECT a.department_id &#8220;Department&#8221;,<br />
a.num_emp/b.total_count &#8220;%_Employees&#8221;,<br />
a.sal_sum/b.total_sal &#8220;%_Salary&#8221;<br />
FROM<br />
(SELECT department_id, COUNT(*) num_emp, SUM(salary) sal_sum<br />
FROM employees<br />
GROUP BY department_id) a,<br />
(SELECT COUNT(*) total_count, SUM(salary) total_sal<br />
FROM employees) b;</p>
<p>Quelle Oracle 9i SQL &#8211; Reference</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on stored procedures by Martin</title>
		<link>http://www.bearparc.info/2007/03/09/stored-procedures/comment-page-1/#comment-2</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 09 Mar 2007 21:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bearparc.info/2007/03/09/stored-procedures/#comment-2</guid>
		<description>Null; wird durch die entsprechende SQL Anweisung ersetzt.</description>
		<content:encoded><![CDATA[<p>Null; wird durch die entsprechende SQL Anweisung ersetzt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

