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