hive常用语法

1、 读取文件中的数据到表中  

load data inpath '..' into table xx;

2、 设置表的分隔符为","

alter table dm_ccm.enterprise_customer_reassess_record_temp set serdeproperties('field.delim' = ',');

原文地址:https://www.cnblogs.com/gendway/p/11929194.html