Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
aggregates
/
aggregation
/
count_distinct
/
scalar_c_date.sql
blob: a681da9c10016f6613a2e0c2cbda4f24b3d7862f [
file
] [
log
] [
blame
]
select
COUNT
(
DISTINCT
c_date
)
from
alltypes
;