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