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