Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
count2.q
blob: 337b26d5acb984550e210fc731577279e78c7172 [
file
]
select
count
(*)
from
voter_orc
where
registration
is
null
;