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