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