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