发布于 2019-11-22
摘要
现象 hive中group by的时候 select stu.s_name,sum(sc.s_score) from score …
现象 hive中group by的时候 select stu.s_name,sum(sc.s_score) from score …
[dangerbox title=”Hive 字段类型 “] 分类 类型 描述 字面量示例 原始类型 BOOLEAN true/f …
创建数据库表语法 CREATE [EXTERNAL] TABLE [IF NOT EXISTS] table_name [(col …