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