Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query625.q
blob: f0a4f31cf2b364fd2284138b9888c3dea09500b7 [
file
] [
log
] [
blame
]
select
store
.
store_state
as
c0
from
store
as
store
where
(
store
.
store_country
=
'Canada'
)
group
by
store
.
store_state order
by
store
.
store_state ASC NULLS LAST
;