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