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