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