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