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