使用beeline 查询如下
create table code12.a1
from
select b.id where category=1
and b.date between '2015-01-31' and '2015-01-01';
我想循环查询,以便我可以使用a1属于(a1,a12) 并使用b.date作为2015-01-至2015-12(中间一个月) 我可以在Impala SQL查询中使用For循环或while 请分享。
答案 0 :(得分:0)
between '2015-01-31' and '2015-01-01'
向后