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