Minus query in HIVE

前端 未结 5 583
清歌不尽
清歌不尽 2020-12-31 20:48

Minus query seems to not work in HIVE.

Tried ex:

select x from abc 
minus 
select x from bcd ; 

Am I doing this wrong or minus que

5条回答
  •  既然无缘
    2020-12-31 21:39

    At this time, Hive does not support the MINUS functionality. See http://www.quora.com/Apache-Hive/What-are-the-biggest-feature-gaps-between-HiveQL-and-SQL

提交回复
热议问题