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