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