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