Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
aggregates
/
aggregation
/
sanity
/
q9.sql.drill-2190
blob: f97eb60e0f86854317c4872bac7195687278b75f [
file
] [
log
] [
blame
]
--
distinct on top of count
(
distinct
...)
--
drill
-
2190
select
distinct count
(
distinct a1
)
from
t1
group
by
c1
order
by
1
;