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