<?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: SQL &#8211; Delete Similar or Identical Records</title>
	<atom:link href="http://websitedesign.websitesinaflash.com/2009/10/sql-delete-similar-or-identical-records/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitedesign.websitesinaflash.com/2009/10/sql-delete-similar-or-identical-records/</link>
	<description>Website Design, PHP, CSS and Humor</description>
	<lastBuildDate>Thu, 04 Apr 2013 15:11:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: august_month</title>
		<link>http://websitedesign.websitesinaflash.com/2009/10/sql-delete-similar-or-identical-records/comment-page-1/#comment-299</link>
		<dc:creator>august_month</dc:creator>
		<pubDate>Thu, 13 Oct 2011 21:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://websitedesign.websitesinaflash.com/?p=418#comment-299</guid>
		<description>Great!

I also saw this post. Howeve, if we modify it in the following way:

DELETE T1
FROM MyTable T1, MyTable T2
WHERE T1.dupField = T2.dupField AND T1.dupField2=T2.dupField2
AND T1.uniqueField &gt; T2.uniqueField

And if dupField2 is NULL, then it does not work. Any suggestions</description>
		<content:encoded><![CDATA[<p>Great!</p>
<p>I also saw this post. Howeve, if we modify it in the following way:</p>
<p>DELETE T1<br />
FROM MyTable T1, MyTable T2<br />
WHERE T1.dupField = T2.dupField AND T1.dupField2=T2.dupField2<br />
AND T1.uniqueField &gt; T2.uniqueField</p>
<p>And if dupField2 is NULL, then it does not work. Any suggestions</p>
]]></content:encoded>
	</item>
</channel>
</rss>
