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