blob: 17473a0b22d649eaae5d6b2b9ff509eec54a6264 [file] [log] [blame]
select customer.state_province as c0 from customer as customer where (customer.country = 'USA') and UPPER(customer.state_province) = UPPER('WA') group by customer.state_province order by customer.state_province ASC NULLS LAST;