Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query86.q
blob: d24b497803c2df5c41ddfa489211a6828eb1c6b6 [
file
] [
log
] [
blame
]
select
store
.
store_city
as
c0
from
store
as
store
where
(
store
.
store_state
=
'WA'
)
and
UPPER
(
store
.
store_city
)
=
UPPER
(
'Spokane'
)
group
by
store
.
store_city order
by
store
.
store_city ASC NULLS LAST
;