Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5336.q
blob: 5080c8208143cd49845756d79395796620a23963 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct store
.
store_country
as
c0
from
store
as
store
)
as
init
;