Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
char_in.q
blob: 1279fc9a1119bd7b271df7550e5b6a972bbc14da [
file
] [
log
] [
blame
]
select
voter_id
,
name
,
create_date
from
voter_orc
where
registration
in
(
'independent'
,
'green'
)
and
create_date
<
'2016-09-01'
;