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