Quantcast
Channel: CSDN博客推荐文章
Viewing all articles
Browse latest Browse all 35570

HIVE

$
0
0
hive> desc mytest;
OK
num    int    
name    string    
Time taken: 0.087 seconds
hive> select * from mytest;
OK
NULL    NULL
22    world
33    hive

hive> select * from mytest a join mytest b on a.num=b.num;

OK
22    world    22    world
33    hive    33    hive




作者:luyee2010 发表于2013-4-9 3:03:55 原文链接
阅读:99 评论:0 查看评论

Viewing all articles
Browse latest Browse all 35570

Trending Articles