<?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: Remove duplicate entries / rows from a mySQL database table</title>
	<atom:link href="http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table/feed" rel="self" type="application/rss+xml" />
	<link>http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table</link>
	<description>Bijay Rungta aka @rungss, Sharing Knowledge, Daring to Speak and Caring(People) to nurture and Living to Love(Filmies, revise your understanding of Love) sharing his Experience on Web Development with LAMP and AJAX, Web 2.0, Programming, PHP, JavaScript, ActionScript, Flex, XML, XML Schema, XHTML, CSS, DocBook, AJAX, JSON, RSS, Atom, MySQL, Apache, Ubuntu, Seagull PHP Framework, Smarty, PEAR, Zend Studio, Eclipse PDT, Adobe Flex Builder, CVS, Subverson, SQLYog, Firebug , meld Diff Viewer, Annoyances, Social Bookmarking, Usability, Google, Knowledge Management, Productivity, vBulletin, Shell Scripting, rsync, scp and other Web related Technologies.</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:52:42 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bijay Rungta aka @rungss</title>
		<link>http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table/comment-page-1#comment-517</link>
		<dc:creator>Bijay Rungta aka @rungss</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table#comment-517</guid>
		<description>How will you do that when there are thousands of entries?</description>
		<content:encoded><![CDATA[<p>How will you do that when there are thousands of entries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Thai</title>
		<link>http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table/comment-page-1#comment-516</link>
		<dc:creator>Alice Thai</dc:creator>
		<pubDate>Sat, 06 Aug 2011 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table#comment-516</guid>
		<description>I guess the question is how to find/display the duplicates, not how to delete them, since that&#039;s really  easy, just a push of a button</description>
		<content:encoded><![CDATA[<p>I guess the question is how to find/display the duplicates, not how to delete them, since that&#39;s really  easy, just a push of a button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rungss</title>
		<link>http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table/comment-page-1#comment-87</link>
		<dc:creator>rungss</dc:creator>
		<pubDate>Fri, 02 Jan 2009 22:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table#comment-87</guid>
		<description>/* Some more Queries for more insights: */
    SELECT a.* , b.primary_key AS primary_key_alias
      FROM `tbl_name` a, `tbl_name` b
     WHERE a.primary_key != b.primary_key
       AND a.`field_for_duplicates` = b.`field_for_duplicates`</description>
		<content:encoded><![CDATA[<p>/* Some more Queries for more insights: */<br />
    SELECT a.* , b.primary_key AS primary_key_alias<br />
      FROM `tbl_name` a, `tbl_name` b<br />
     WHERE a.primary_key != b.primary_key<br />
       AND a.`field_for_duplicates` = b.`field_for_duplicates`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table/comment-page-1#comment-11</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 Jan 2008 17:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://bijayrungta.com/remove-duplicate-entries-rows-from-a-mysql-database-table#comment-11</guid>
		<description>dude!  you rock because i was trying to figure out how to do this without doing too much work!</description>
		<content:encoded><![CDATA[<p>dude!  you rock because i was trying to figure out how to do this without doing too much work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

