hive 使用逗号分隔符区分数据

create external table t_3(id int,name string,salary bigint,add string)
row format delimited
fields terminated by ','

你可能感兴趣的:(hive 使用逗号分隔符区分数据)