Sign in
apache
/
drill-test-framework
/
f84ee6a4c53607df33f4053a7402c60468ac7e97
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2651.q
blob: 8059bb01ebd86e20385c51236ba0131318fcd41b [
file
] [
log
] [
blame
]
select
customer
.
city
as
c0
from
customer
as
customer
where
(
customer
.
state_province
=
'Oaxaca'
)
and
UPPER
(
customer
.
city
)
=
UPPER
(
'Tlaxiaco'
)
group
by
customer
.
city order
by
customer
.
city ASC NULLS LAST
;