Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query587.q
blob: e90aa9a74a8b506662e725f99abc01e2aaf02829 [
file
] [
log
] [
blame
]
select
store
.
store_sqft
as
c0
from
store
as
store
where
store
.
store_sqft
=
39696
group
by
store
.
store_sqft order
by
store
.
store_sqft ASC NULLS LAST
;