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