Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query32.q
blob: eefaf5d8112d9e82a67bd865751ca48877c13457 [
file
] [
log
] [
blame
]
select
store
.
store_type
as
c0
from
store
as
store
group
by
store
.
store_type order
by
store
.
store_type ASC NULLS LAST
;