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