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