<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How does SQL JOIN clause works: Part –I (a little bit theoretical?)</title>
	<atom:link href="http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/</link>
	<description></description>
	<lastBuildDate>Tue, 13 Oct 2009 16:29:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gany</title>
		<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/#comment-85</link>
		<dc:creator>gany</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://mhjewel.wordpress.com/?p=18#comment-85</guid>
		<description>nice one, but need a little bit more on cross join</description>
		<content:encoded><![CDATA[<p>nice one, but need a little bit more on cross join</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/#comment-44</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Mon, 07 Jul 2008 20:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://mhjewel.wordpress.com/?p=18#comment-44</guid>
		<description>is there such a thing as an implicit left outer join?  that is, mimic a left outer join using only where clause?</description>
		<content:encoded><![CDATA[<p>is there such a thing as an implicit left outer join?  that is, mimic a left outer join using only where clause?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/#comment-41</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 30 Apr 2008 19:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://mhjewel.wordpress.com/?p=18#comment-41</guid>
		<description>This is nicely laid out, which I appreciate.
I was going to post a question here, but I figured it out.
How to outer join more than one table:

SELECT DISTINCT main_table.*, first_table.a_field, second_table.a_field
FROM main_table
LEFT OUTER JOIN first_table
ON (join condition)
LEFT OUTER JOIN second_table
ON (join condition 2),
next_table,
next_next_table, etc.

This didn&#039;t seem to work for me.</description>
		<content:encoded><![CDATA[<p>This is nicely laid out, which I appreciate.<br />
I was going to post a question here, but I figured it out.<br />
How to outer join more than one table:</p>
<p>SELECT DISTINCT main_table.*, first_table.a_field, second_table.a_field<br />
FROM main_table<br />
LEFT OUTER JOIN first_table<br />
ON (join condition)<br />
LEFT OUTER JOIN second_table<br />
ON (join condition 2),<br />
next_table,<br />
next_next_table, etc.</p>
<p>This didn&#8217;t seem to work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ganesh</title>
		<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/#comment-39</link>
		<dc:creator>ganesh</dc:creator>
		<pubDate>Tue, 08 Apr 2008 10:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://mhjewel.wordpress.com/?p=18#comment-39</guid>
		<description>Need more information regarding Joins with Practical Examples.</description>
		<content:encoded><![CDATA[<p>Need more information regarding Joins with Practical Examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/#comment-34</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Tue, 12 Feb 2008 14:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://mhjewel.wordpress.com/?p=18#comment-34</guid>
		<description>Nice tut. I was looking for how the db engine handles it and what&#039;s better for wich cases. 
&quot;JOIN ON(tableA.id=tableB.id)&quot; or a regular select with &quot;Where (tableA.id=tableB.id)&quot;</description>
		<content:encoded><![CDATA[<p>Nice tut. I was looking for how the db engine handles it and what&#8217;s better for wich cases.<br />
&#8220;JOIN ON(tableA.id=tableB.id)&#8221; or a regular select with &#8220;Where (tableA.id=tableB.id)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopal</title>
		<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/#comment-33</link>
		<dc:creator>Gopal</dc:creator>
		<pubDate>Fri, 08 Feb 2008 18:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://mhjewel.wordpress.com/?p=18#comment-33</guid>
		<description>good understanding &amp; knowlegible</description>
		<content:encoded><![CDATA[<p>good understanding &amp; knowlegible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopal</title>
		<link>http://mhjewel.wordpress.com/2008/02/04/how-does-sql-join-clause-works-part-%e2%80%93i-a-little-bit-theoretical/#comment-32</link>
		<dc:creator>Gopal</dc:creator>
		<pubDate>Fri, 08 Feb 2008 18:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://mhjewel.wordpress.com/?p=18#comment-32</guid>
		<description>very good tutorial a good understanding</description>
		<content:encoded><![CDATA[<p>very good tutorial a good understanding</p>
]]></content:encoded>
	</item>
</channel>
</rss>
