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