Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5589.q
blob: 6ef30b4b98f1ae2d03cf4615c21ee3deb2a582f0 [
file
] [
log
] [
blame
]
select
store
.
coffee_bar
as
c0
,
sum
(
store
.
store_sqft
)
as
m0
from
store
as
store
group
by
store
.
coffee_bar
;