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