Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query867.q
blob: 1dbdc12cdcaf82f68eccc29c56d9d94103a46f5e [
file
] [
log
] [
blame
]
select
store_ragged
.
store_country
as
c0
from
store_ragged
as
store_ragged
group
by
store_ragged
.
store_country order
by
store_ragged
.
store_country ASC NULLS LAST
;