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