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