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