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