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