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