Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5921.q
blob: d93890369f2f9e71f5e3ed5e459ebda2958d19d4 [
file
] [
log
] [
blame
]
select
customer
.
account_num
as
c0
from
customer
as
customer
,
sales_fact_1997
as
sales_fact_1997
where
sales_fact_1997
.
customer_id
=
customer
.
customer_id
group
by
customer
.
account_num order
by
customer
.
account_num ASC NULLS LAST
;