hive
隔壁病人
恋爱和困难都要勇往直前。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sql 临时表使用
sql 临时表原创 2022-08-04 17:18:44 · 210 阅读 · 1 评论 -
2021-06-26
hive 中导入数据中含中文 出现乱码 解决代码如下: use zyy; create table if not exists major ( id string comment '学号', name string comment '姓名', origin string comment '籍贯', hobby string comment '爱好' ) row format delimited fields terminated by '\t'; load data local inpath '/root/原创 2021-06-26 13:02:07 · 111 阅读 · 0 评论
分享