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