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