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