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