找考题网-背景图
单项选择题

以下hive sql语法正确的是()。……

以下hive sql语法正确的是()。

A.select * from a inner join b on a.id<>b.id
B.select * from a where a.id in (select id from b)
C.select sum(a.amt) as total from a where a.total>20
D.select * from a inner join b on a.id=b.id