Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query70.q
blob: 985d4f4db38af7982bc8186927a7dedbab8abe28 [
file
] [
log
] [
blame
]
select
store
.
store_state
as
c0
from
store
as
store
where
(
store
.
store_country
=
'USA'
)
group
by
store
.
store_state order
by
store
.
store_state ASC NULLS LAST
;