Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
not_in.q
blob: 40531e0e7e3c9cf6d42be0fe3f9df76384efcd74 [
file
] [
log
] [
blame
]
select
voter_id
,
name
,
registration
,
create_date
from
voter_avro
where
registration
not
in
(
'independent'
,
'green'
,
'republican'
);