Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5758.q
blob: 7a3ff596aad93184a260e0ab2690fdb7a741c052 [
file
] [
log
] [
blame
]
select
customer
.
education
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
education
)
=
UPPER
(
'Top Ukrainian Cities'
)
group
by
customer
.
education order
by
customer
.
education ASC NULLS LAST
;