Hive alter table

接http://bupt04406.iteye.com/blog/1151545 create table tablePartition(s string) partitioned by(pt string); alter table tablePartition add if not exists partition(pt='1'); alter table tablePartition set
相关文章
相关标签/搜索