Hive LEFT SEMI JOIN for 'NOT EXISTS'

后端 未结 4 870
清歌不尽
清歌不尽 2021-01-04 12:35

I have two tables with a single key column. Keys in table a are subset of all keys in table b. I need to select keys from table b that are NOT in table a.

Here is a

4条回答
提交回复
热议问题