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