All,
 
When a query is executed like the below
 
    select field1 from table1 where field1 is null;
 
I am getting the results which have empty values or nulls in field1. How does 
is null work in Hive queries.
 
Thanks,
Raj

Reply via email to