Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
char_isnull.q
blob: c4faa1a6db9d303c4fd0193bc2e5fb34af6f9ead [
file
]
select
voter_id
,
name
,
create_date
,
registration
from
voter_avro
where
registration
is
null
;