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