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;