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