hive表的连接、聚合、where查询、having查询区别、过滤、子查询的使用

先创建两个文本 a.txt a,1 b,2 c,3 d,4 b.txt a,xx b,yy d,zz e,pp 一、基本表连接、创建表、插入数据 create table t_a(name string,numb int) row format delimited fields terminated by ','; create table t_b(name string,nick string
相关文章
相关标签/搜索