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