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