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