Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query141.q
blob: cfa3bbbc3d2e37a784ad5d3e25e2289a820b4f42 [
file
] [
log
] [
blame
]
select
customer
.
education
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
education
)
=
UPPER
(
'High School Degree'
)
group
by
customer
.
education order
by
customer
.
education ASC NULLS LAST
;