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