blob: 017b3c4df3618d1c2c11b391dab7722d3aaa8a4f [file] [log] [blame]
select store.store_city as c0 from store as store where (store.store_state = 'WA') and UPPER(store.store_city) = UPPER('Tacoma') group by store.store_city order by store.store_city ASC NULLS LAST;