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