blob: baaafd45fbe7c4c1cd24c5a6b005b8f0382fa084 [file] [log] [blame]
select store.store_city as c0 from store as store where UPPER(store.store_city) = UPPER('San Diego') group by store.store_city order by store.store_city ASC NULLS LAST;