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