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