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