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