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