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