HiveQL 與 SQL 極其相似,SQL語法儘管嘗試。
hive> SELECT t1.a,t1.b,t2.a,t2.b > FROM table1 t1 JOIN table2 t2 on t1.a=t2.a > WHERE t1.a>10;