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