经常使用的hive语句

建立分区表 create table one(id int comment 'the id',name string comment 'the name',age int comment 'the age') partitioned by(part string) row format delimited fields terminated by ','stored as textfile; 往
相关文章
相关标签/搜索