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