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