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