Hi, I need to run hive query like select * from employee where employee_id IN (100,102). I came to know that hive does not support IN clause.Then what is the effective replacement for this? i need to execute around 250 inputs. I'm using hive 0.9.0 version. Please guide me.
Thanks, Manickam P
