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