<?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: SQL &#8216;UNION&#8217; queries automatically filter out duplicates</title>
	<atom:link href="http://www.stillnetstudios.com/union-queries-automatically-filter-duplicates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stillnetstudios.com/union-queries-automatically-filter-duplicates/</link>
	<description>Web development notes and commentary from Ryan Stille</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron Greenblatt</title>
		<link>http://www.stillnetstudios.com/union-queries-automatically-filter-duplicates/comment-page-1/#comment-201</link>
		<dc:creator>Aaron Greenblatt</dc:creator>
		<pubDate>Thu, 19 Apr 2007 21:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2007/03/26/union-queries-automatically-filter-duplicates/#comment-201</guid>
		<description>Knowing this, how would I see only records that have a duplicate entry.  I need to return only one column since I will be using the result set in a subquery so I will be using UNION ALL, and I want to see which records turn up two or more times.</description>
		<content:encoded><![CDATA[<p>Knowing this, how would I see only records that have a duplicate entry.  I need to return only one column since I will be using the result set in a subquery so I will be using UNION ALL, and I want to see which records turn up two or more times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dc</title>
		<link>http://www.stillnetstudios.com/union-queries-automatically-filter-duplicates/comment-page-1/#comment-200</link>
		<dc:creator>dc</dc:creator>
		<pubDate>Tue, 27 Mar 2007 11:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2007/03/26/union-queries-automatically-filter-duplicates/#comment-200</guid>
		<description>MINUS and INTERSECT are pretty good tools to have in your box too, they are from the same family as UNION and UNION ALL.   Worth reading up on.  (Oracle has them and I think MSSQL from 2005).</description>
		<content:encoded><![CDATA[<p>MINUS and INTERSECT are pretty good tools to have in your box too, they are from the same family as UNION and UNION ALL.   Worth reading up on.  (Oracle has them and I think MSSQL from 2005).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
