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