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