Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
count_distinct.q
blob: 5e05496ceafb7ccc4be98c715966037f73e0812b [
file
] [
log
] [
blame
]
select
count
(
distinct
(
name
))
from
voter
;