Hi friends,

INSERT,UPDATE,DELETE commands are working fine in my Hive environment after
changing the configuration and all. Now, I have to execute a query like
below sql  in hive.

If exists(select * from tablename where columnname=something)
  update table set column1=something where columnname=something
 else
  insert into tablename values ...

Can any one help me how to do it in Hive?

Thanks
Raj

Reply via email to