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