Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
orderby
/
drill-2190-2.q
blob: 564844d30b53d105fa8ad640d1e3cf2dcd8bfc09 [
file
] [
log
] [
blame
]
select
distinct count
(
distinct c_row
)
from
data
group
by
c_int order
by
count
(
distinct c_row
);