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