blob: 255d9074f389f4176211b7e8d644b8cdd2038d79 [file] [log] [blame]
select store.store_type as c0 from store as store where UPPER(store.store_type) = UPPER('Bacon') group by store.store_type order by store.store_type ASC NULLS LAST;