blob: 64524c3e86f2cbe93b289f0d9ec4df3ed97b76a4 [file] [log] [blame]
select store.store_type as c0 from store as store where UPPER(store.store_type) = UPPER('Bag Stuffers') group by store.store_type order by store.store_type ASC NULLS LAST;