Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query825.q
blob: 86f42f49d9aa80956e853fac277ae857685bf284 [
file
] [
log
] [
blame
]
select
store
.
store_country
as
c0
from
store
as
store
,
sales_fact_1997
as
sales_fact_1997
where
sales_fact_1997
.
store_id
=
store
.
store_id
group
by
store
.
store_country order
by
store
.
store_country ASC NULLS LAST
;