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