Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
date_not_equal.q
blob: 0fe46353983b5442c0abffe337b5bb27a1845c43 [
file
] [
log
] [
blame
]
select
sum
(
contributions
),
count
(
registration
)
from
voter_parquet
where
create_date
<>
'2016-04-20'
;