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