摘要:
184. Department Highest Salary 题意: The Employee table holds all employees. Every employee has an Id, a salary, and there is also a column for the depa 阅读全文
摘要:
相信很多用户都用过关系型数据库,我们可以在关系型数据库里面创建表(create table),这里要讨论的表和关系型数据库中的表在概念上很类似。我们可以用下面的语句在Hive里面创建一个表: hive> create table wyp(id int, > name string, > age in 阅读全文