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