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