Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5598.q
blob: 98d3afdaa40df39b50db70eaf6557a2de1951d20 [
file
] [
log
] [
blame
]
select
customer
.
education
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
education
)
=
UPPER
(
'FooBar'
)
group
by
customer
.
education order
by
customer
.
education ASC NULLS LAST
;