Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5669.q
blob: 8fe5de0bc9a853507443ac0280fd1e510f043e4a [
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
;