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