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