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