<?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: Table joins in MySQL with no matches</title>
	<atom:link href="http://www.kriswillis.com/index.php/2008/02/17/table-joins-in-mysql-with-no-matches/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kriswillis.com/index.php/2008/02/17/table-joins-in-mysql-with-no-matches/</link>
	<description></description>
	<lastBuildDate>Mon, 03 May 2010 20:36:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tirofijo</title>
		<link>http://www.kriswillis.com/index.php/2008/02/17/table-joins-in-mysql-with-no-matches/comment-page-1/#comment-71</link>
		<dc:creator>Tirofijo</dc:creator>
		<pubDate>Tue, 08 Jul 2008 05:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://kriswillis.com/index.php/2008/02/17/table-joins-in-mysql-with-no-matches/#comment-71</guid>
		<description>Ah this was what I needed and it works - thanks.</description>
		<content:encoded><![CDATA[<p>Ah this was what I needed and it works &#8211; thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Kleijn</title>
		<link>http://www.kriswillis.com/index.php/2008/02/17/table-joins-in-mysql-with-no-matches/comment-page-1/#comment-69</link>
		<dc:creator>John Kleijn</dc:creator>
		<pubDate>Sat, 24 May 2008 12:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://kriswillis.com/index.php/2008/02/17/table-joins-in-mysql-with-no-matches/#comment-69</guid>
		<description>Actually the solution is OUTER joins. The full syntax for a &#039;regular&#039; join is &#039;INNER JOIN&#039;, the full syntax for a left join is &#039;LEFT OUTER JOIN&#039;. You can do a &#039;RIGHT OUTER JOIN&#039; (RIGHT JOIN for short) which has the same effect as switching the table references in the query. 

The method you previously used is pre-SQL92 syntax.</description>
		<content:encoded><![CDATA[<p>Actually the solution is OUTER joins. The full syntax for a &#8216;regular&#8217; join is &#8216;INNER JOIN&#8217;, the full syntax for a left join is &#8216;LEFT OUTER JOIN&#8217;. You can do a &#8216;RIGHT OUTER JOIN&#8217; (RIGHT JOIN for short) which has the same effect as switching the table references in the query. </p>
<p>The method you previously used is pre-SQL92 syntax.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
