开发者社区 问答 正文

hive当中创建表并指定字段之间的分隔符怎么做?

hive当中创建表并指定字段之间的分隔符怎么做?

展开
收起
游客ahv54x37wvm7u 2021-12-08 19:28:18 575 分享 版权
1 条回答
写回答
取消 提交回答
  • create  table if not exists stu2(id int ,name string) row format delimited fields terminated by '\t' stored as textfile location '/user/stu2';
    
    2021-12-08 19:28:39
    赞同 展开评论
问答分类:
问答标签:
问答地址: