hive常用语法
Posted gendway
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive常用语法相关的知识,希望对你有一定的参考价值。
1、 读取文件中的数据到表中
load data inpath ‘..‘ into table xx;
2、 设置表的分隔符为","
alter table dm_ccm.enterprise_customer_reassess_record_temp set serdeproperties(‘field.delim‘ = ‘,‘);
以上是关于hive常用语法的主要内容,如果未能解决你的问题,请参考以下文章