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