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