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