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