Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
between2.q
blob: 12aad13e5f19a249c310d6185c55e3f2517e3ff0 [
file
]
select
voter_id
,
name
,
age
,
registration
,
contributions
,
voterzone
,
create_time
,
isVote
from
voter_csv_v
where
age
not
between
20
and
70
;