<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Add on for my life &#187; intermedia</title>
	<atom:link href="http://www.eklenti.org/tag/intermedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eklenti.org</link>
	<description>It is all about my articles.</description>
	<lastBuildDate>Tue, 15 Nov 2011 20:59:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How can find duplicate record in mysql?</title>
		<link>http://www.eklenti.org/2008/07/how-can-find-duplicate-record-in-mysql/</link>
		<comments>http://www.eklenti.org/2008/07/how-can-find-duplicate-record-in-mysql/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 07:51:42 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[intermedia]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/2008/07/how-can-find-dublicate-record-in-mysql/</guid>
		<description><![CDATA[Yeah. It looks simple if there is some unique column, but if not!!! I search answer on web and i found something. [MYSQL] SELECT CONCAT( `firstname` , `lastname` ) as keyac , count( CONCAT( `firstname` , `lastname` ) ) AS numOfRecord FROM users GROUP BY CONCAT( `firstname` , `lastname` ) HAVING ( COUNT( CONCAT( `firstname` [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2008/07/how-can-find-duplicate-record-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

