blob: bfedc9b80a096a2058fe760417d0b9fd95e5e02f [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'WA') group by customer.city order by customer.city ASC NULLS LAST;