Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2546.q
blob: cfa823a55dbaf9fc7ac2073f963ff0fe6f71c781 [
file
] [
log
] [
blame
]
select
store
.
store_type
as
c0
from
store
as
store
where
UPPER
(
store
.
store_type
)
=
UPPER
(
'8'
)
group
by
store
.
store_type order
by
store
.
store_type ASC NULLS LAST
;