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