<?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: Compare Two MySQL Tables</title>
	<atom:link href="http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 19:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: JBES</title>
		<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/comment-page-1/#comment-4571</link>
		<dc:creator>JBES</dc:creator>
		<pubDate>Thu, 13 May 2010 17:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/02/01/compare-two-mysql-tables/#comment-4571</guid>
		<description>SELECT * FROM tblA 
WHERE tblA.ID 
NOT IN (
SELECT tblB.ID 
FROM tblB 
WHERE tblA.ID=tblB.ID
)</description>
		<content:encoded><![CDATA[<p>SELECT * FROM tblA<br />
WHERE tblA.ID<br />
NOT IN (<br />
SELECT tblB.ID<br />
FROM tblB<br />
WHERE tblA.ID=tblB.ID<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: English</title>
		<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/comment-page-1/#comment-4470</link>
		<dc:creator>English</dc:creator>
		<pubDate>Mon, 12 Apr 2010 17:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/02/01/compare-two-mysql-tables/#comment-4470</guid>
		<description>Thanks for that useful piece of code. It saved my time
A little smile in right upper part of the page is funny =)</description>
		<content:encoded><![CDATA[<p>Thanks for that useful piece of code. It saved my time<br />
A little smile in right upper part of the page is funny =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itamar</title>
		<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/comment-page-1/#comment-4419</link>
		<dc:creator>Itamar</dc:creator>
		<pubDate>Tue, 16 Mar 2010 17:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/02/01/compare-two-mysql-tables/#comment-4419</guid>
		<description>hi,
If you want more options, you can also use a third party tool, like Nob Hill&#039;s compare :
 http://www.nobhillsoft.com/NHDBCompare.aspx</description>
		<content:encoded><![CDATA[<p>hi,<br />
If you want more options, you can also use a third party tool, like Nob Hill&#8217;s compare :<br />
 <a href="http://www.nobhillsoft.com/NHDBCompare.aspx" rel="nofollow">http://www.nobhillsoft.com/NHDBCompare.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Q</title>
		<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/comment-page-1/#comment-4397</link>
		<dc:creator>Andrew Q</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/02/01/compare-two-mysql-tables/#comment-4397</guid>
		<description>This just saved my butt. A winner is you!</description>
		<content:encoded><![CDATA[<p>This just saved my butt. A winner is you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalyst</title>
		<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/comment-page-1/#comment-4373</link>
		<dc:creator>Catalyst</dc:creator>
		<pubDate>Mon, 22 Feb 2010 10:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/02/01/compare-two-mysql-tables/#comment-4373</guid>
		<description>Thanks for this little article, we have used this to compare commercial gas prices for our customers.</description>
		<content:encoded><![CDATA[<p>Thanks for this little article, we have used this to compare commercial gas prices for our customers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Palmetto</title>
		<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/comment-page-1/#comment-4</link>
		<dc:creator>Palmetto</dc:creator>
		<pubDate>Thu, 08 Feb 2007 21:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/02/01/compare-two-mysql-tables/#comment-4</guid>
		<description>This is palmetto from digg..  thanks for the info about myphpadmin and mysql.

@palmetto - if you&#039;ve already got a site and a company with PHP &amp; MySQL hosting your site, hop on over to http://www.linein.org/blog/ and post a comment with your email address. I&#039;d be more than happy to help. Both are really easy to setup and get started.

thanks for the help.. I will be learning now.  ;)</description>
		<content:encoded><![CDATA[<p>This is palmetto from digg..  thanks for the info about myphpadmin and mysql.</p>
<p>@palmetto &#8211; if you&#8217;ve already got a site and a company with PHP &amp; MySQL hosting your site, hop on over to <a href="http://www.linein.org/blog/" rel="nofollow">http://www.linein.org/blog/</a> and post a comment with your email address. I&#8217;d be more than happy to help. Both are really easy to setup and get started.</p>
<p>thanks for the help.. I will be learning now.  <img src='http://www.linein.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
