Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
orderby
/
drill-2190-1.q
blob: ee31affbce75eaabce9df7a199555028d1e18607 [
file
] [
log
] [
blame
]
select
distinct count
(
distinct c_row
)
from
data
group
by
c_int order
by
1
;