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