Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5951.q
blob: 9baaea1f0d6b5c669edd3785512dc065ae2670c4 [
file
] [
log
] [
blame
]
select
customer
.
gender
as
c0
from
customer
as
customer
,
sales_fact_1997
as
sales_fact_1997
where
sales_fact_1997
.
customer_id
=
customer
.
customer_id
and
customer
.
city
=
'Redwood City'
group
by
customer
.
gender order
by
customer
.
gender ASC NULLS LAST
;