hive>create table test(id int ,name string )clustered by (id) into 2 buckets stored as orc TBLPROPERTIES('transactional'='true');
hive>insert into table test values (1,'row1'),(2,'row2'),(3,'row3');
hive>delete from test where id = 1;
hive>update test set name = 'ucloud' where id = 2;
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于