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