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