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