Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2247.q
blob: 0a5e6f26ac8fb7fc389ba2fe8db4939247e54789 [
file
] [
log
] [
blame
]
select
store
.
store_country
as
c0
from
employee
as
employee
,
store
as
store
where
employee
.
store_id
=
store
.
store_id
group
by
store
.
store_country order
by
store
.
store_country ASC NULLS LAST
;