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