Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6139.q
blob: 9caa58e296838542d4e663f5f03f34ae0b0f60c3 [
file
] [
log
] [
blame
]
select
store
.
store_type
as
c0
from
store
as
store
,
sales_fact_1997
as
sales_fact_1997
where
sales_fact_1997
.
store_id
=
store
.
store_id
group
by
store
.
store_type order
by
store
.
store_type ASC NULLS LAST
;