0 votes
in Big Data | Hadoop by
Update

Updating any value.

hive> update records set name='justin' where age=45;
select * from records;
hive> select * from records;
OK
batista	48	8.96
justin	45	8.02
...