Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query153.q
blob: 86f0ea4b905e571f1aa445427534c57363b8df56 [
file
] [
log
] [
blame
]
select
customer
.
education
as
c0
from
customer
as
customer
group
by
customer
.
education order
by
customer
.
education ASC NULLS LAST
;