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