Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5846.q
blob: ee53a134c474bf2dea10c91ee63c34ea828d4852 [
file
] [
log
] [
blame
]
select
FACT
.
store_type
as
c0
from
(
select
*
from
store
as
FOOBAR
)
as
FACT
group
by
FACT
.
store_type order
by
FACT
.
store_type ASC NULLS LAST
;