<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Oracle: Is OUTER JOIN Better Than NOT EXISTS?</title>
	<link>http://www.pythian.com/blogs/765/oracle-is-outer-join-better-than-not-exists</link>
	<description>News and views from Pythian DBAs</description>
	<pubDate>Tue,  7 Oct 2008 01:46:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Preetha</title>
		<link>http://www.pythian.com/blogs/765/oracle-is-outer-join-better-than-not-exists#comment-200197</link>
		<dc:creator>Preetha</dc:creator>
		<pubDate>Fri, 16 May 2008 11:51:08 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/765/oracle-is-outer-join-better-than-not-exists#comment-200197</guid>
		<description>delete from t1 a
   where exists
    (select 1 from t1 one left outer join t2 two on two.id = one.id where two.id is null);</description>
		<content:encoded><![CDATA[<p>delete from t1 a<br />
   where exists<br />
    (select 1 from t1 one left outer join t2 two on two.id = one.id where two.id is null);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
