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