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