Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6383.q
blob: 76d9733afa544b0a823e37c7dee26d5498be3a3c [
file
] [
log
] [
blame
]
select
customer
.
country
as
c0
from
customer
as
customer
,
sales_fact_1997
as
sales_fact_1997
where
sales_fact_1997
.
customer_id
=
customer
.
customer_id
group
by
customer
.
country order
by
customer
.
country ASC NULLS LAST
;