Hi- I'm stuck on Hive .10 right now and I'm trying to figure out how to accomplish the equivalent of a not exists or minus statement:
Select x from t1 where x not in ( select x from t2) I know this kind of subquery is available in .13 but would like to find a workaround. Appreciate any suggestions.
