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