티스토리 뷰

728x90
insert overwrite table your_table 
    select * from your_table 
    where id <> 1
;

https://stackoverflow.com/questions/17810537/how-to-delete-and-update-a-record-in-hive

 

How to delete and update a record in Hive

I have installed Hadoop, Hive, Hive JDBC. which are running fine for me. But I still have a problem. How to delete or update a single record using Hive because delete or update command of MySQL is ...

stackoverflow.com

 

728x90
댓글