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