Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5680.q
blob: 39c686e836a3b732a5615776072d0e696029ce6b [
file
] [
log
] [
blame
]
select
store
.
store_name
as
c0
,
sum
(
store
.
store_sqft
)
as
m0
from
store
as
store
where
store
.
store_name
in
(
'Store 10'
,
'Store 18'
,
'Store 20'
,
'Store 3'
,
'Store 9'
)
group
by
store
.
store_name
;