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