<?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: How to find duplicate rows with SQL</title>
	<atom:link href="http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Abhishek Yada</title>
		<link>http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/#comment-19804</link>
		<dc:creator>Abhishek Yada</dc:creator>
		<pubDate>Fri, 30 Dec 2011 12:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=239#comment-19804</guid>
		<description>Thanks..really helpful post</description>
		<content:encoded><![CDATA[<p>Thanks..really helpful post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simaranjit</title>
		<link>http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/#comment-19714</link>
		<dc:creator>Simaranjit</dc:creator>
		<pubDate>Tue, 25 Oct 2011 20:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=239#comment-19714</guid>
		<description>Well explained. Appreciated!!!</description>
		<content:encoded><![CDATA[<p>Well explained. Appreciated!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ManishJ</title>
		<link>http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/#comment-19611</link>
		<dc:creator>ManishJ</dc:creator>
		<pubDate>Fri, 09 Sep 2011 10:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=239#comment-19611</guid>
		<description>@ Sara

&gt;&gt; Hi, how could I find duplicates but ignoring case.

select a.loginname from users_tbl a, users_tbl b where  a.userid !=  b.userid and a.loginname ilike b.loginname;</description>
		<content:encoded><![CDATA[<p>@ Sara</p>
<p>&gt;&gt; Hi, how could I find duplicates but ignoring case.</p>
<p>select a.loginname from users_tbl a, users_tbl b where  a.userid !=  b.userid and a.loginname ilike b.loginname;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eni</title>
		<link>http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/#comment-19605</link>
		<dc:creator>Eni</dc:creator>
		<pubDate>Fri, 02 Sep 2011 14:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=239#comment-19605</guid>
		<description>OK . I have a question. I want a query with select that retrive all data with Dublicate. Pro example. I have this query:  {field} in [1 , 2 , 4 , 5 , 1 ,1, ]; that can i retrive all data because IN OPERATOR retrive 1 , 2 , 4 , 5.  I want to retrive data in this form:

1 --&gt; value1 
2 --&gt; value2 
4 --&gt; value4
5 --&gt; value5
1 --&gt; value1
1 --&gt; value1

ANY IDEA??</description>
		<content:encoded><![CDATA[<p>OK . I have a question. I want a query with select that retrive all data with Dublicate. Pro example. I have this query:  {field} in [1 , 2 , 4 , 5 , 1 ,1, ]; that can i retrive all data because IN OPERATOR retrive 1 , 2 , 4 , 5.  I want to retrive data in this form:</p>
<p>1 &#8211;&gt; value1<br />
2 &#8211;&gt; value2<br />
4 &#8211;&gt; value4<br />
5 &#8211;&gt; value5<br />
1 &#8211;&gt; value1<br />
1 &#8211;&gt; value1</p>
<p>ANY IDEA??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAC</title>
		<link>http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/#comment-19599</link>
		<dc:creator>MAC</dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=239#comment-19599</guid>
		<description>The best example of normalization site was removed by oracle...</description>
		<content:encoded><![CDATA[<p>The best example of normalization site was removed by oracle&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

