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