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