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