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