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