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