Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
count1.q
blob: 242843cfe8b90e168dfe9a927b8547d6e70ad366 [
file
]
select
count
(*)
from
voter_avro
where
registration
=
'green'
;