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