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