<?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>Sun, 13 Nov 2011 09:56:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: sabrina roy</title>
		<link>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/#comment-272665</link>
		<dc:creator>sabrina roy</dc:creator>
		<pubDate>Mon, 31 Oct 2011 11:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=147#comment-272665</guid>
		<description>We are a bunch of volunteers and starting a new scheme in our community. Your site offered us with useful information to paintings on. You have performed an impressive process and our whole neighborhood can be thankful to you.</description>
		<content:encoded><![CDATA[<p>We are a bunch of volunteers and starting a new scheme in our community. Your site offered us with useful information to paintings on. You have performed an impressive process and our whole neighborhood can be thankful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mysql: Remove Duplicate Values on Creating A New Table &#171; The Technological African&#039;s Blog</title>
		<link>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/#comment-153509</link>
		<dc:creator>Mysql: Remove Duplicate Values on Creating A New Table &#171; The Technological African&#039;s Blog</dc:creator>
		<pubDate>Wed, 01 Jun 2011 20:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=147#comment-153509</guid>
		<description>[...] Reference [...]</description>
		<content:encoded><![CDATA[<p>[...] Reference [...]</p>
]]></content:encoded>
	</item>
	<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>

