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