Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query860.q.drill-3807.fail
blob: 0c30cb0bb58f21802deca0dfb8f9cfb077b2a586 [
file
] [
log
] [
blame
]
select
store
.
store_country
as
c0
from
store
as
store
,
sales_fact_1997
as
sales_fact_1997
where
sales_fact_1997
.
store_id
=
store
.
store_id
and
(
1
=
0
)
group
by
store
.
store_country order
by
store
.
store_country ASC NULLS LAST
;