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