Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2294.q
blob: 123038db90ca0717d12737a4bd84403009a12413 [
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
=
'OR'
)
group
by
store
.
store_city order
by
store
.
store_city ASC NULLS LAST
;