Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
count_distinct.q
blob: 60835353ed95bf2c92d8172c3da79adfcaad01d3 [
file
] [
log
] [
blame
]
select
count
(
distinct
(
create_date
))
from
voter_parquet
where
create_date
>
'2016-06-01'
;