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