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