<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>UNION ALL - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/union-all/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 25 Aug 2013 14:23:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Hive UNION ALL报错Top level UNION is not supported currently</title>
		<link>https://www.coder4.com/archives/3956</link>
					<comments>https://www.coder4.com/archives/3956#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sun, 25 Aug 2013 14:23:43 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[大数据技术]]></category>
		<category><![CDATA[数据库技术]]></category>
		<category><![CDATA[Hive]]></category>
		<category><![CDATA[UNION ALL]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3956</guid>

					<description><![CDATA[&#160; 下面只是一个例子，一般用OR 条件肯定会搞定的。 SELECT a, b from tb1 where a &#62; 100 UNION SELECT a, b from tb2 where a &#62; 1000; 会报错 FAILED: SemanticException 1:62 Top level UNION is not supported currently; use a subquery for the UNION. Error encountered[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3956/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
