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