Hello all,
I am trying to check age in hive.
select * from tbl_name where datediff(date,dob)/365 >= 18;

Is it right to check date condition in hive?
Or do I need to do something else.
Pls suggest me as soon as possible


-- 
Thanks and Regards,
Bhavesh Shah

Reply via email to