Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6414.q
blob: 6437ea17eaaba6ae9aa1e236887a17809947d94d [
file
] [
log
] [
blame
]
select
customer
.
education
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
.
education order
by
customer
.
education ASC NULLS LAST
;