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