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