공부
[hive] delete table (insert overwrite table)
승가비
2023. 1. 5. 02:07
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