Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5919.q
blob: 36f1da3d2413b31409eb61872dacf9d23f3b389c [
file
] [
log
] [
blame
]
select
store
.
store_number
as
c0
,
store
.
store_name
as
c1
from
store
as
store
group
by
store
.
store_number
,
store
.
store_name order
by
store
.
store_name ASC NULLS LAST
;