Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query399.q
blob: fd8969fadcb84255ae546c0fe8aa59fd50f77d8e [
file
] [
log
] [
blame
]
select
customer
.
gender
as
c0
from
customer
as
customer
group
by
customer
.
gender order
by
customer
.
gender ASC NULLS LAST
;