<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/plsql/tags/Asktom</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 17:01:32 GMT</pubDate>
<item>
<title>(PL/SQL) Efficiently compare columns from two tables - stews</title>
<link>http://snipplr.com/view/8456/efficiently-compare-columns-from-two-tables/</link>
<description><![CDATA[ <p>This compares selected columns between 2 tables that you think might have differences.  It lists the rows and values that are different between the two sources

You can add WHERE clauses as appropriate.  You could also use this to compare the results of two queries.

This is from Tom Kyte (www.asktom.com).  I can't say I understand exactly how it works, but it's much faster than other methods I've seen.  It has the advantage of only looking through each table once.</p> ]]></description>
<pubDate>Wed, 17 Sep 2008 17:26:59 GMT</pubDate>
<guid>http://snipplr.com/view/8456/efficiently-compare-columns-from-two-tables/</guid>
</item>
</channel>
</rss>