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