Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query544.q
blob: 48d99f4759a50045e34a4cb1ed55a2c6d052739d [
file
] [
log
] [
blame
]
select
customer
.
country
as
c0
,
customer
.
state_province
as
c1
from
customer
as
customer
group
by
customer
.
country
,
customer
.
state_province order
by
customer
.
country ASC NULLS LAST
,
customer
.
state_province ASC NULLS LAST
;