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