hive常用语法
时间:2019-11-25 17:58:35
收藏:0
阅读:93
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
评论(0)