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