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