<?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: Delete Duplicate Rows in MySQL</title>
	<atom:link href="http://damonparker.org/blog/2006/01/17/delete-duplicate-rows-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://damonparker.org/blog/2006/01/17/delete-duplicate-rows-in-mysql/</link>
	<description>code / ecommerce / life</description>
	<lastBuildDate>Fri, 07 May 2010 21:24:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-RC3</generator>
	<item>
		<title>By: m4</title>
		<link>http://damonparker.org/blog/2006/01/17/delete-duplicate-rows-in-mysql/#comment-26474</link>
		<dc:creator>m4</dc:creator>
		<pubDate>Fri, 01 Jan 2010 18:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=183#comment-26474</guid>
		<description>thinks for this tip 
 it&#039;s really useful  
think&#039;s for sharing it</description>
		<content:encoded><![CDATA[<p>thinks for this tip<br />
 it&#8217;s really useful<br />
think&#8217;s for sharing it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agnel</title>
		<link>http://damonparker.org/blog/2006/01/17/delete-duplicate-rows-in-mysql/#comment-26413</link>
		<dc:creator>Agnel</dc:creator>
		<pubDate>Wed, 30 Sep 2009 13:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=183#comment-26413</guid>
		<description>Its always has been a trouble to keep up with the database expecially when they have duplicate rows. Nice explanation to solve it.</description>
		<content:encoded><![CDATA[<p>Its always has been a trouble to keep up with the database expecially when they have duplicate rows. Nice explanation to solve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viral</title>
		<link>http://damonparker.org/blog/2006/01/17/delete-duplicate-rows-in-mysql/#comment-26297</link>
		<dc:creator>viral</dc:creator>
		<pubDate>Fri, 28 Aug 2009 12:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=183#comment-26297</guid>
		<description>other simple way is

create table  temp as select * from t1 group by fields;

delete from t1 where id not in (select id from temp )</description>
		<content:encoded><![CDATA[<p>other simple way is</p>
<p>create table  temp as select * from t1 group by fields;</p>
<p>delete from t1 where id not in (select id from temp )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit</title>
		<link>http://damonparker.org/blog/2006/01/17/delete-duplicate-rows-in-mysql/#comment-26173</link>
		<dc:creator>Arpit</dc:creator>
		<pubDate>Tue, 30 Sep 2008 15:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=183#comment-26173</guid>
		<description>Its a good solution...for removing duplicates</description>
		<content:encoded><![CDATA[<p>Its a good solution&#8230;for removing duplicates</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache
Database Caching 11/22 queries in 0.036 seconds using xcache
Content Delivery Network via cdn.damonparker.org/q9i5a4w8/cds

Served from: damonparker.org @ 2010-07-30 13:53:45 -->