<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Three Rules to Use UNION</title>
	<atom:link href="http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-170591</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 08:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-170591</guid>
		<description><![CDATA[Use this

select col1, col2 from table1
union
select col1,null from table2]]></description>
		<content:encoded><![CDATA[<p>Use this</p>
<p>select col1, col2 from table1<br />
union<br />
select col1,null from table2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rameez Shaikh</title>
		<link>http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-170569</link>
		<dc:creator><![CDATA[Rameez Shaikh]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 07:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-170569</guid>
		<description><![CDATA[Suppose, I don&#039;t have same number of parameters for second table. I want one field which is not present in second table. But, I want to keep that column. It should show null values for second table which doesn&#039;t have that field and should show data for the table which has that field.]]></description>
		<content:encoded><![CDATA[<p>Suppose, I don&#8217;t have same number of parameters for second table. I want one field which is not present in second table. But, I want to keep that column. It should show null values for second table which doesn&#8217;t have that field and should show data for the table which has that field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Introduction and Example of UNION and UNION ALL Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-47512</link>
		<dc:creator><![CDATA[SQL SERVER - Introduction and Example of UNION and UNION ALL Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-47512</guid>
		<description><![CDATA[[...] UNION RULES [...]]]></description>
		<content:encoded><![CDATA[<p>[...] UNION RULES [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jwalant Natvarlal Soneji</title>
		<link>http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-15342</link>
		<dc:creator><![CDATA[Jwalant Natvarlal Soneji]]></dc:creator>
		<pubDate>Mon, 15 Oct 2007 02:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/14/sql-server-three-rules-to-use-union/#comment-15342</guid>
		<description><![CDATA[But if union and then group by is good or directly using inner or outer join is better?]]></description>
		<content:encoded><![CDATA[<p>But if union and then group by is good or directly using inner or outer join is better?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

