-1
左セミ接合でnot in
を使用できますか?ハイブはノンインブラグのセミジョイント
Select a.col1,a.col2
from table1 a
Left Semi Join table2 b
on a.col3 = b.col3
and a.col4 not in ('x','y','z')
左セミ接合でnot in
を使用できますか?ハイブはノンインブラグのセミジョイント
Select a.col1,a.col2
from table1 a
Left Semi Join table2 b
on a.col3 = b.col3
and a.col4 not in ('x','y','z')
はい、それはそうでない場合は、この質問を投稿する理由はありません、あなたがエラーを取得またはいずれかの問題が発生している場合は、あなたのポストに追加Hive 1.2
上で動作し、あなたのクエリをテストしました。 –