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