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