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