<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Delete duplicate entries/rows/values in mysql table in one query</title>
	<atom:link href="http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/</link>
	<description>Technology tips for all</description>
	<lastBuildDate>Thu, 09 Sep 2010 21:00:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ravi</title>
		<link>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/#comment-691</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Fri, 08 May 2009 06:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=147#comment-691</guid>
		<description>helped me a lot. thx</description>
		<content:encoded><![CDATA[<p>helped me a lot. thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manilal</title>
		<link>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/#comment-689</link>
		<dc:creator>Manilal</dc:creator>
		<pubDate>Fri, 09 Jan 2009 10:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=147#comment-689</guid>
		<description>The *WHERE 1* is not required and you can avoid it.
&lt;code&gt;
CREATE TABLE MyNewTable AS SELECT * FROM MyOldTable GROUP BY [COLUMN TO remove duplicates BY];
&lt;/code&gt;

is enough.
Thanks for sharing this info. :)</description>
		<content:encoded><![CDATA[<p>The *WHERE 1* is not required and you can avoid it.<br />
<code><br />
CREATE TABLE MyNewTable AS SELECT * FROM MyOldTable GROUP BY [COLUMN TO remove duplicates BY];<br />
</code></p>
<p>is enough.<br />
Thanks for sharing this info. <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: de musicas</title>
		<link>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/#comment-688</link>
		<dc:creator>de musicas</dc:creator>
		<pubDate>Tue, 11 Nov 2008 18:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=147#comment-688</guid>
		<description>I&#039;m From Brazil!!!
very good...</description>
		<content:encoded><![CDATA[<p>I&#8217;m From Brazil!!!<br />
very good&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
