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