Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2649.q
blob: cb5102e253c2292c9e41decc52a62a0fc08e0bdc [
file
] [
log
] [
blame
]
select
customer
.
city
as
c0
from
customer
as
customer
where
(
customer
.
state_province
=
'Mexico'
)
and
UPPER
(
customer
.
city
)
=
UPPER
(
'Mexico City'
)
group
by
customer
.
city order
by
customer
.
city ASC NULLS LAST
;