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