6.1 设备主题宽表累积型表:1、找old (在当前层找,也就是当前要插入数据的表)new(当前层的下一层找)2、full outer join1)建表语句hive (gmall)> drop table if exists dwt_uv_topic;create external table dwt_uv_topic( `mid_id` string comment '设备id', `brand` string comment '手机品牌', `model`
hive
2023-10-20
46 点赞
0 评论
69 浏览